COLOR #C4B9D5

HEX: #C4B9D5
RGB: (196,185,213)

Color info

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

RGB color model

#C4B9D5 color RGB value is (196,185,213).

  • red value is 196;
  • green value is 185;
  • blue value is 213.
RGB:
(196,185,213)
(77%,73%,84%)

RGB channels and saturation

R 196 of 255 = 77%
G 185 of 255 = 73%
B 213 of 255 = 84%

196
185
213

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

Portions of RGB colors in percentages

R + G + B =
196 + 185 + 213 = 594 (100%)
R 196 of 594 ~ 33%
G 185 of 594 ~ 31.14%
B 213 of 594 ~ 35.86%

%33
%31.14
%35.86

CMYK color model

#C4B9D5 color CMYK value is (8,13,0,16).

  • cyan value is 7.98%
  • magenta value is 13.15%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(8,13,0,16)
C8M13Y0K16 
(8%,13%,0%,16%)
(0.08/0.13/0.00/0.16)	

CMYK percentages

%7.98
%13.15
%0
%16.47

Codes

Color #C4B9D5 in popluar color models

C4B9D5
RGB196185213
HSL264°25.00%78.04%
HSB/HSV264°13.15%83.53%
CMYK7.98%13.15%0.00%
16.47%

Color #C4B9D5 in popluar number systems.

HEXC4B9D5
Decimal196185213
Binary110001001011100111010101
Octal304271325

Shades and tints

Shades of #C4B9D5

#C4B9D5
(196,185,213)
#B3A9C2
(179,169,194)
#A299AF
(162,153,175)
#91899C
(145,137,156)
#807989
(128,121,137)
#6F6976
(111,105,118)
#5E5963
(94,89,99)
#4D4950
(77,73,80)
#3C393D
(60,57,61)
#2B292A
(43,41,42)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #C4B9D5

#C4B9D5
(196,185,213)
#C9BFD8
(201,191,216)
#CEC5DB
(206,197,219)
#D3CBDE
(211,203,222)
#D8D1E1
(216,209,225)
#DDD7E4
(221,215,228)
#E2DDE7
(226,221,231)
#E7E3EA
(231,227,234)
#ECE9ED
(236,233,237)
#F1EFF0
(241,239,240)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B9D5 color. Also use rgb(196,185,213) instead hex code.

Text Font Color

.myTextColor { color: #C4B9D5; }

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

This text font color is #C4B9D5.


Background Color

.myBgColor { background-color: #C4B9D5; }

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

This div background color is #C4B9D5.


Border color

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

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

This div border color is #C4B9D5.


Opacity

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

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

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

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

This text has shadow with #C4B9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B9D5 on black background.


Color preview on white background

This text has color #C4B9D5 on white background.



Black color preview on #C4B9D5 background

This text has black color on #C4B9D5 background.


White color preview on #C4B9D5 background

This text has white color on #C4B9D5 background.