COLOR #C4B8DC

HEX: #C4B8DC RGB: (196,184,220)

Color info

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

RGB color model

#C4B8DC color RGB value is (196,184,220).

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

RGB channels and saturation

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

196
184
220

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

Portions of RGB colors in percentages

R + G + B = 196 + 184 + 220 = 600 (100%)
R 196 of 600 ~ 32.67%
G 184 of 600 ~ 30.67%
B 220 of 600 ~ 36.67'%

%32.67
%30.67
%36.67

CMYK color model

#C4B8DC color CMYK value is (11,16,0,14).

  • cyan value is 10.91%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (11,16,0,14)
C11M16Y0K14 (11%, 16%, 0%, 14%)
(0.11 / 0.16 / 0.00 / 0.14)

CMYK percentages

%10.91
%16.36
%0
%13.73

Codes

Color #C4B8DC in popluar color models

C4 B8 DC
RGB 196 184 220
HSL 260° 33.96% 79.22%
HSB/HSV 260° 16.36% 86.27%
CMYK 10.91% 16.36% 0.00%
13.73%

Color #C4B8DC in popluar number systems.

HEX C4 B8 DC
Decimal 196 184 220
Binary 11000100 10111000 11011100
Octal 304 270 334

Shades and tints

Shades of #C4B8DC

#C4B8DC
(196,184,220)
#B3A8C8
(179,168,200)
#A298B4
(162,152,180)
#9188A0
(145,136,160)
#80788C
(128,120,140)
#6F6878
(111,104,120)
#5E5864
(94,88,100)
#4D4850
(77,72,80)
#3C383C
(60,56,60)
#2B2828
(43,40,40)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #C4B8DC

#C4B8DC
(196,184,220)
#C9BEDF
(201,190,223)
#CEC4E2
(206,196,226)
#D3CAE5
(211,202,229)
#D8D0E8
(216,208,232)
#DDD6EB
(221,214,235)
#E2DCEE
(226,220,238)
#E7E2F1
(231,226,241)
#ECE8F4
(236,232,244)
#F1EEF7
(241,238,247)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B8DC; }

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

This text font color is #C4B8DC.

Background Color

.myBgColor { background-color: #C4B8DC; }

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

This div background color is #C4B8DC.

Border color

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

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

This div border color is #C4B8DC.

Opacity

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

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

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

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

This text has shadow with #C4B8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B8DC.

Preview

Color preview on black background

This text has color #C4B8DC on black background.


Color preview on white background

This text has color #C4B8DC on white background.


Black color preview on #C4B8DC background

This text has black color on #C4B8DC background.


White color preview on #C4B8DC background

This text has white color on #C4B8DC background.


Related colors

Complementary color

Complementary color for #hex is #3B4723.


I love getcolorcode.com

Triadic colors

1 #DCC4B8 and #B8DCC4 with #C4B8DC are triadic colors.

2 #DCB8C4 and #B8C4DC with #C4B8DC are triadic colors.