COLOR #CDB2E5

HEX: #CDB2E5
RGB: (205,178,229)

Color info

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

RGB color model

#CDB2E5 color RGB value is (205,178,229).

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

RGB channels and saturation

R 205 of 255 = 80%
G 178 of 255 = 70%
B 229 of 255 = 90%

205
178
229

R + G + B ~ 80%. #CDB2E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 178 + 229 = 612 (100%)
R 205 of 612 ~ 33.5%
G 178 of 612 ~ 29.08%
B 229 of 612 ~ 37.42%

%33.5
%29.08
%37.42

CMYK color model

#CDB2E5 color CMYK value is (10,22,0,10).

  • cyan value is 10.48%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(10,22,0,10)
C10M22Y0K10 
(10%,22%,0%,10%)
(0.10/0.22/0.00/0.10)	

CMYK percentages

%10.48
%22.27
%0
%10.2

Codes

Color #CDB2E5 in popluar color models

CDB2E5
RGB205178229
HSL272°49.51%79.80%
HSB/HSV272°22.27%89.80%
CMYK10.48%22.27%0.00%
10.20%

Color #CDB2E5 in popluar number systems.

HEXCDB2E5
Decimal205178229
Binary110011011011001011100101
Octal315262345

Shades and tints

Shades of #CDB2E5

#CDB2E5
(205,178,229)
#BBA2D1
(187,162,209)
#A992BD
(169,146,189)
#9782A9
(151,130,169)
#857295
(133,114,149)
#736281
(115,98,129)
#61526D
(97,82,109)
#4F4259
(79,66,89)
#3D3245
(61,50,69)
#2B2231
(43,34,49)
#19121D
(25,18,29)
#000000
(0,0,0)

Tints of #CDB2E5

#CDB2E5
(205,178,229)
#D1B9E7
(209,185,231)
#D5C0E9
(213,192,233)
#D9C7EB
(217,199,235)
#DDCEED
(221,206,237)
#E1D5EF
(225,213,239)
#E5DCF1
(229,220,241)
#E9E3F3
(233,227,243)
#EDEAF5
(237,234,245)
#F1F1F7
(241,241,247)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDB2E5; }

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

This text font color is #CDB2E5.


Background Color

.myBgColor { background-color: #CDB2E5; }

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

This div background color is #CDB2E5.


Border color

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

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

This div border color is #CDB2E5.


Opacity

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

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

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

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

This text has shadow with #CDB2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDB2E5 on black background.


Color preview on white background

This text has color #CDB2E5 on white background.



Black color preview on #CDB2E5 background

This text has black color on #CDB2E5 background.


White color preview on #CDB2E5 background

This text has white color on #CDB2E5 background.