COLOR #C4B7DC

HEX: #C4B7DC RGB: (196,183,220)

Color info

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

RGB color model

#C4B7DC color RGB value is (196,183,220).

RGB: (196,183,220) (77%, 72%, 86%)

RGB channels and saturation

R 196 of 255 = 77%
G 183 of 255 = 72%
B 220 of 255 = 86%

196
183
220

R + G + B ~ 78%. #C4B7DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 183 + 220 = 599 (100%)
R 196 of 599 ~ 32.72%
G 183 of 599 ~ 30.55%
B 220 of 599 ~ 36.73'%

%32.72
%30.55
%36.73

CMYK color model

#C4B7DC color CMYK value is (11,17,0,14).

  • cyan value is 10.91%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (11,17,0,14) C11M17Y0K14 (11%,17%,0%,14%) (0.11/0.17/0.00/0.14) 

CMYK percentages

%10.91
%16.82
%0
%13.73

Codes

Color #C4B7DC in popluar color models

C4 B7 DC
RGB 196 183 220
HSL 261° 34.58% 79.02%
HSB/HSV 261° 16.82% 86.27%
CMYK 10.91% 16.82% 0.00%
13.73%

Color #C4B7DC in popluar number systems.

HEX C4 B7 DC
Decimal 196 183 220
Binary 11000100 10110111 11011100
Octal 304 267 334

Shades and tints

Shades of #C4B7DC

#C4B7DC
(196,183,220)
#B3A7C8
(179,167,200)
#A297B4
(162,151,180)
#9187A0
(145,135,160)
#80778C
(128,119,140)
#6F6778
(111,103,120)
#5E5764
(94,87,100)
#4D4750
(77,71,80)
#3C373C
(60,55,60)
#2B2728
(43,39,40)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #C4B7DC

#C4B7DC
(196,183,220)
#C9BDDF
(201,189,223)
#CEC3E2
(206,195,226)
#D3C9E5
(211,201,229)
#D8CFE8
(216,207,232)
#DDD5EB
(221,213,235)
#E2DBEE
(226,219,238)
#E7E1F1
(231,225,241)
#ECE7F4
(236,231,244)
#F1EDF7
(241,237,247)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B7DC; }

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

This text font color is #C4B7DC.

Background Color

.myBgColor { background-color: #C4B7DC; }

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

This div background color is #C4B7DC.

Border color

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

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

This div border color is #C4B7DC.

Opacity

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

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

Text with #C4B7DC 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 #C4B7DC;}

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

This text has shadow with #C4B7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B7DC.

Preview

Color preview on black background

This text has color #C4B7DC on black background.


Color preview on white background

This text has color #C4B7DC on white background.


Black color preview on #C4B7DC background

This text has black color on #C4B7DC background.


White color preview on #C4B7DC background

This text has white color on #C4B7DC background.


Related colors

Complementary color

Complementary color for #hex is #3B4823.


I love getcolorcode.com

Triadic colors

1 #DCC4B7 and #B7DCC4 with #C4B7DC are triadic colors.

2 #DCB7C4 and #B7C4DC with #C4B7DC are triadic colors.