COLOR #C4B8DF

HEX: #C4B8DF RGB: (196,184,223)

Color info

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

RGB color model

#C4B8DF color RGB value is (196,184,223).

RGB: (196,184,223) (77%, 72%, 87%)

RGB channels and saturation

R 196 of 255 = 77%
G 184 of 255 = 72%
B 223 of 255 = 87%

196
184
223

R + G + B ~ 79%. #C4B8DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 184 + 223 = 603 (100%)
R 196 of 603 ~ 32.5%
G 184 of 603 ~ 30.51%
B 223 of 603 ~ 36.98'%

%32.5
%30.51
%36.98

CMYK color model

#C4B8DF color CMYK value is (12,17,0,13).

  • cyan value is 12.11%
  • magenta value is 17.49%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (12,17,0,13)
C12M17Y0K13 (12%, 17%, 0%, 13%)
(0.12 / 0.17 / 0.00 / 0.13)

CMYK percentages

%12.11
%17.49
%0
%12.55

Codes

Color #C4B8DF in popluar color models

C4 B8 DF
RGB 196 184 223
HSL 258° 37.86% 79.80%
HSB/HSV 258° 17.49% 87.45%
CMYK 12.11% 17.49% 0.00%
12.55%

Color #C4B8DF in popluar number systems.

HEX C4 B8 DF
Decimal 196 184 223
Binary 11000100 10111000 11011111
Octal 304 270 337

Shades and tints

Shades of #C4B8DF

#C4B8DF
(196,184,223)
#B3A8CB
(179,168,203)
#A298B7
(162,152,183)
#9188A3
(145,136,163)
#80788F
(128,120,143)
#6F687B
(111,104,123)
#5E5867
(94,88,103)
#4D4853
(77,72,83)
#3C383F
(60,56,63)
#2B282B
(43,40,43)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #C4B8DF

#C4B8DF
(196,184,223)
#C9BEE1
(201,190,225)
#CEC4E3
(206,196,227)
#D3CAE5
(211,202,229)
#D8D0E7
(216,208,231)
#DDD6E9
(221,214,233)
#E2DCEB
(226,220,235)
#E7E2ED
(231,226,237)
#ECE8EF
(236,232,239)
#F1EEF1
(241,238,241)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B8DF; }

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

This text font color is #C4B8DF.

Background Color

.myBgColor { background-color: #C4B8DF; }

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

This div background color is #C4B8DF.

Border color

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

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

This div border color is #C4B8DF.

Opacity

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

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

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

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

This text has shadow with #C4B8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B8DF.

Preview

Color preview on black background

This text has color #C4B8DF on black background.


Color preview on white background

This text has color #C4B8DF on white background.


Black color preview on #C4B8DF background

This text has black color on #C4B8DF background.


White color preview on #C4B8DF background

This text has white color on #C4B8DF background.


Related colors

Complementary color

Complementary color for #hex is #3B4720.


I love getcolorcode.com

Triadic colors

1 #DFC4B8 and #B8DFC4 with #C4B8DF are triadic colors.

2 #DFB8C4 and #B8C4DF with #C4B8DF are triadic colors.