COLOR #CEDBEB

HEX: #CEDBEB RGB: (206,219,235)

Color info

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

RGB color model

#CEDBEB color RGB value is (206,219,235).

RGB: (206,219,235) (81%, 86%, 92%)

RGB channels and saturation

R 206 of 255 = 81%
G 219 of 255 = 86%
B 235 of 255 = 92%

206
219
235

R + G + B ~ 86%. #CEDBEB is light color.

Portions of RGB colors in percentages

R + G + B = 206 + 219 + 235 = 660 (100%)
R 206 of 660 ~ 31.21%
G 219 of 660 ~ 33.18%
B 235 of 660 ~ 35.61'%

%31.21
%33.18
%35.61

CMYK color model

#CEDBEB color CMYK value is (12,7,0,8).

  • cyan value is 12.34%
  • magenta value is 6.81%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (12,7,0,8)
C12M7Y0K8 (12%, 7%, 0%, 8%)
(0.12 / 0.07 / 0.00 / 0.08)

CMYK percentages

%12.34
%6.81
%0
%7.84

Codes

Color #CEDBEB in popluar color models

CE DB EB
RGB 206 219 235
HSL 213° 42.03% 86.47%
HSB/HSV 213° 12.34% 92.16%
CMYK 12.34% 6.81% 0.00%
7.84%

Color #CEDBEB in popluar number systems.

HEX CE DB EB
Decimal 206 219 235
Binary 11001110 11011011 11101011
Octal 316 333 353

Shades and tints

Shades of #CEDBEB

#CEDBEB
(206,219,235)
#BCC8D6
(188,200,214)
#AAB5C1
(170,181,193)
#98A2AC
(152,162,172)
#868F97
(134,143,151)
#747C82
(116,124,130)
#62696D
(98,105,109)
#505658
(80,86,88)
#3E4343
(62,67,67)
#2C302E
(44,48,46)
#1A1D19
(26,29,25)
#000000
(0,0,0)

Tints of #CEDBEB

#CEDBEB
(206,219,235)
#D2DEEC
(210,222,236)
#D6E1ED
(214,225,237)
#DAE4EE
(218,228,238)
#DEE7EF
(222,231,239)
#E2EAF0
(226,234,240)
#E6EDF1
(230,237,241)
#EAF0F2
(234,240,242)
#EEF3F3
(238,243,243)
#F2F6F4
(242,246,244)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEDBEB color. Also use rgb(206,219,235) instead hex code.

Text Font Color

.myTextColor { color: #CEDBEB; }

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

This text font color is #CEDBEB.

Background Color

.myBgColor { background-color: #CEDBEB; }

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

This div background color is #CEDBEB.

Border color

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

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

This div border color is #CEDBEB.

Opacity

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

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

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

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

This text has shadow with #CEDBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEDBEB.

Preview

Color preview on black background

This text has color #CEDBEB on black background.


Color preview on white background

This text has color #CEDBEB on white background.


Black color preview on #CEDBEB background

This text has black color on #CEDBEB background.


White color preview on #CEDBEB background

This text has white color on #CEDBEB background.


Related colors

Complementary color

Complementary color for #hex is #312414.


I love getcolorcode.com

Triadic colors

1 #EBCEDB and #DBEBCE with #CEDBEB are triadic colors.

2 #EBDBCE and #DBCEEB with #CEDBEB are triadic colors.