COLOR #CDBEE7

HEX: #CDBEE7 RGB: (205,190,231)

Color info

#CDBEE7 contains red, green and blue colors in about the same proportion. Web safe color of #CDBEE7 is #CCCCFF (or #CCF).

RGB color model

#CDBEE7 color RGB value is (205,190,231).

RGB: (205,190,231) (80%, 75%, 91%)

RGB channels and saturation

R 205 of 255 = 80%
G 190 of 255 = 75%
B 231 of 255 = 91%

205
190
231

R + G + B ~ 82%. #CDBEE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 190 + 231 = 626 (100%)
R 205 of 626 ~ 32.75%
G 190 of 626 ~ 30.35%
B 231 of 626 ~ 36.9'%

%32.75
%30.35
%36.9

CMYK color model

#CDBEE7 color CMYK value is (11,18,0,9).

  • cyan value is 11.26%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (11,18,0,9)
C11M18Y0K9 (11%, 18%, 0%, 9%)
(0.11 / 0.18 / 0.00 / 0.09)

CMYK percentages

%11.26
%17.75
%0
%9.41

Codes

Color #CDBEE7 in popluar color models

CD BE E7
RGB 205 190 231
HSL 262° 46.07% 82.55%
HSB/HSV 262° 17.75% 90.59%
CMYK 11.26% 17.75% 0.00%
9.41%

Color #CDBEE7 in popluar number systems.

HEX CD BE E7
Decimal 205 190 231
Binary 11001101 10111110 11100111
Octal 315 276 347

Shades and tints

Shades of #CDBEE7

#CDBEE7
(205,190,231)
#BBADD2
(187,173,210)
#A99CBD
(169,156,189)
#978BA8
(151,139,168)
#857A93
(133,122,147)
#73697E
(115,105,126)
#615869
(97,88,105)
#4F4754
(79,71,84)
#3D363F
(61,54,63)
#2B252A
(43,37,42)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #CDBEE7

#CDBEE7
(205,190,231)
#D1C3E9
(209,195,233)
#D5C8EB
(213,200,235)
#D9CDED
(217,205,237)
#DDD2EF
(221,210,239)
#E1D7F1
(225,215,241)
#E5DCF3
(229,220,243)
#E9E1F5
(233,225,245)
#EDE6F7
(237,230,247)
#F1EBF9
(241,235,249)
#F5F0FB
(245,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDBEE7 color. Also use rgb(205,190,231) instead hex code.

Text Font Color

.myTextColor { color: #CDBEE7; }

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

This text font color is #CDBEE7.

Background Color

.myBgColor { background-color: #CDBEE7; }

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

This div background color is #CDBEE7.

Border color

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

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

This div border color is #CDBEE7.

Opacity

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

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

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

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

This text has shadow with #CDBEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDBEE7.

Preview

Color preview on black background

This text has color #CDBEE7 on black background.


Color preview on white background

This text has color #CDBEE7 on white background.


Black color preview on #CDBEE7 background

This text has black color on #CDBEE7 background.


White color preview on #CDBEE7 background

This text has white color on #CDBEE7 background.


Related colors

Complementary color

Complementary color for #hex is #324118.


I love getcolorcode.com

Triadic colors

1 #E7CDBE and #BEE7CD with #CDBEE7 are triadic colors.

2 #E7BECD and #BECDE7 with #CDBEE7 are triadic colors.