COLOR #CDB2C0

HEX: #CDB2C0
RGB: (205,178,192)

Color info

#CDB2C0 contains red, green and blue colors in about the same proportion. Web safe color of #CDB2C0 is #CC99CC (or #C9C).

RGB color model

#CDB2C0 color RGB value is (205,178,192).

  • red value is 205;
  • green value is 178;
  • blue value is 192.
RGB:
(205,178,192)
(80%,70%,75%)

RGB channels and saturation

R 205 of 255 = 80%
G 178 of 255 = 70%
B 192 of 255 = 75%

205
178
192

R + G + B ~ 75%. #CDB2C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 178 + 192 = 575 (100%)
R 205 of 575 ~ 35.65%
G 178 of 575 ~ 30.96%
B 192 of 575 ~ 33.39%

%35.65
%30.96
%33.39

CMYK color model

#CDB2C0 color CMYK value is (0,13,6,20).

  • cyan value is 0.00%
  • magenta value is 13.17%
  • yellow value is 6.34%
  • key color value is 19.61%
CMYK:
(0,13,6,20)
C0M13Y6K20 
(0%,13%,6%,20%)
(0.00/0.13/0.06/0.20)	

CMYK percentages

%0
%13.17
%6.34
%19.61

Codes

Color #CDB2C0 in popluar color models

CDB2C0
RGB205178192
HSL329°21.26%75.10%
HSB/HSV329°13.17%80.39%
CMYK0.00%13.17%6.34%
19.61%

Color #CDB2C0 in popluar number systems.

HEXCDB2C0
Decimal205178192
Binary110011011011001011000000
Octal315262300

Shades and tints

Shades of #CDB2C0

#CDB2C0
(205,178,192)
#BBA2AF
(187,162,175)
#A9929E
(169,146,158)
#97828D
(151,130,141)
#85727C
(133,114,124)
#73626B
(115,98,107)
#61525A
(97,82,90)
#4F4249
(79,66,73)
#3D3238
(61,50,56)
#2B2227
(43,34,39)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #CDB2C0

#CDB2C0
(205,178,192)
#D1B9C5
(209,185,197)
#D5C0CA
(213,192,202)
#D9C7CF
(217,199,207)
#DDCED4
(221,206,212)
#E1D5D9
(225,213,217)
#E5DCDE
(229,220,222)
#E9E3E3
(233,227,227)
#EDEAE8
(237,234,232)
#F1F1ED
(241,241,237)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDB2C0 color. Also use rgb(205,178,192) instead hex code.

Text Font Color

.myTextColor { color: #CDB2C0; }

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

This text font color is #CDB2C0.


Background Color

.myBgColor { background-color: #CDB2C0; }

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

This div background color is #CDB2C0.


Border color

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

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

This div border color is #CDB2C0.


Opacity

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

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

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

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

This text has shadow with #CDB2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDB2C0 on black background.


Color preview on white background

This text has color #CDB2C0 on white background.



Black color preview on #CDB2C0 background

This text has black color on #CDB2C0 background.


White color preview on #CDB2C0 background

This text has white color on #CDB2C0 background.