COLOR #C4B7CC

HEX: #C4B7CC RGB: (196,183,204)

Color info

#C4B7CC contains red, green and blue colors in about the same proportion. Web safe color of #C4B7CC is #CCCCCC (or #CCC).

RGB color model

#C4B7CC color RGB value is (196,183,204).

RGB: (196,183,204) (77%, 72%, 80%)

RGB channels and saturation

R 196 of 255 = 77%
G 183 of 255 = 72%
B 204 of 255 = 80%

196
183
204

R + G + B ~ 76%. #C4B7CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 183 + 204 = 583 (100%)
R 196 of 583 ~ 33.62%
G 183 of 583 ~ 31.39%
B 204 of 583 ~ 34.99'%

%33.62
%31.39
%34.99

CMYK color model

#C4B7CC color CMYK value is (4,10,0,20).

  • cyan value is 3.92%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (4,10,0,20) C4M10Y0K20 (4%,10%,0%,20%) (0.04/0.10/0.00/0.20) 

CMYK percentages

%3.92
%10.29
%0
%20

Codes

Color #C4B7CC in popluar color models

C4 B7 CC
RGB 196 183 204
HSL 277° 17.07% 75.88%
HSB/HSV 277° 10.29% 80.00%
CMYK 3.92% 10.29% 0.00%
20.00%

Color #C4B7CC in popluar number systems.

HEX C4 B7 CC
Decimal 196 183 204
Binary 11000100 10110111 11001100
Octal 304 267 314

Shades and tints

Shades of #C4B7CC

#C4B7CC
(196,183,204)
#B3A7BA
(179,167,186)
#A297A8
(162,151,168)
#918796
(145,135,150)
#807784
(128,119,132)
#6F6772
(111,103,114)
#5E5760
(94,87,96)
#4D474E
(77,71,78)
#3C373C
(60,55,60)
#2B272A
(43,39,42)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #C4B7CC

#C4B7CC
(196,183,204)
#C9BDD0
(201,189,208)
#CEC3D4
(206,195,212)
#D3C9D8
(211,201,216)
#D8CFDC
(216,207,220)
#DDD5E0
(221,213,224)
#E2DBE4
(226,219,228)
#E7E1E8
(231,225,232)
#ECE7EC
(236,231,236)
#F1EDF0
(241,237,240)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B7CC color. Also use rgb(196,183,204) instead hex code.

Text Font Color

.myTextColor { color: #C4B7CC; }

<p style="color:#C4B7CC">This sample text font color is #C4B7CC.</p>

This text font color is #C4B7CC.

Background Color

.myBgColor { background-color: #C4B7CC; }

<div style="background-color:#C4B7CC">Inner text</div>

This div background color is #C4B7CC.

Border color

.myBorderColor { border: 1px solid #C4B7CC; }

<div style="border:3px solid #C4B7CC">Div</div>

This div border color is #C4B7CC.

Opacity

.myOpacity80 { color: #C4B7CC; opacity: 0.8; }

<p style="color:#C4B7CC;opacity:0.8;">80%</p>

Text with #C4B7CC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C4B7CC;}

<p style="text-shadow: 3px 3px 1px #C4B7CC">Text here.</p>

This text has shadow with #C4B7CC color.


.textShadow {text-shadow: 3px 3px 1px #C4B7CC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C4B7CC, 5px 5px 20px red">Text here.</p>

This text has shadow with #C4B7CC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4B7CC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C4B7CC, Direction=45, Strength=4)">Text</p>

This text has shadow with #C4B7CC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4B7CC;
-webkit-box-shadow: 1px 1px 3px 2px #C4B7CC;
box-shadow: 1px 1px 3px 2px #C4B7CC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4B7CC; -webkit-box-shadow: 1px 1px 3px 2px #C4B7CC; box-shadow:1px 1px 3px 2px #C4B7CC;">
Div content here
</div>

This div box has shadow with color #C4B7CC.

Preview

Color preview on black background

This text has color #C4B7CC on black background.


Color preview on white background

This text has color #C4B7CC on white background.


Black color preview on #C4B7CC background

This text has black color on #C4B7CC background.


White color preview on #C4B7CC background

This text has white color on #C4B7CC background.


Related colors

Complementary color

Complementary color for #hex is #3B4833.


I love getcolorcode.com

Triadic colors

1 #CCC4B7 and #B7CCC4 with #C4B7CC are triadic colors.

2 #CCB7C4 and #B7C4CC with #C4B7CC are triadic colors.