COLOR #CBE5ED

HEX: #CBE5ED RGB: (203,229,237)

Color info

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

RGB color model

#CBE5ED color RGB value is (203,229,237).

RGB: (203,229,237) (80%, 90%, 93%)

RGB channels and saturation

R 203 of 255 = 80%
G 229 of 255 = 90%
B 237 of 255 = 93%

203
229
237

R + G + B ~ 88%. #CBE5ED is light color.

Portions of RGB colors in percentages

R + G + B = 203 + 229 + 237 = 669 (100%)
R 203 of 669 ~ 30.34%
G 229 of 669 ~ 34.23%
B 237 of 669 ~ 35.43'%

%30.34
%34.23
%35.43

CMYK color model

#CBE5ED color CMYK value is (14,3,0,7).

  • cyan value is 14.35%
  • magenta value is 3.38%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (14,3,0,7)
C14M3Y0K7 (14%, 3%, 0%, 7%)
(0.14 / 0.03 / 0.00 / 0.07)

CMYK percentages

%14.35
%3.38
%0
%7.06

Codes

Color #CBE5ED in popluar color models

CB E5 ED
RGB 203 229 237
HSL 194° 48.57% 86.27%
HSB/HSV 194° 14.35% 92.94%
CMYK 14.35% 3.38% 0.00%
7.06%

Color #CBE5ED in popluar number systems.

HEX CB E5 ED
Decimal 203 229 237
Binary 11001011 11100101 11101101
Octal 313 345 355

Shades and tints

Shades of #CBE5ED

#CBE5ED
(203,229,237)
#B9D1D8
(185,209,216)
#A7BDC3
(167,189,195)
#95A9AE
(149,169,174)
#839599
(131,149,153)
#718184
(113,129,132)
#5F6D6F
(95,109,111)
#4D595A
(77,89,90)
#3B4545
(59,69,69)
#293130
(41,49,48)
#171D1B
(23,29,27)
#000000
(0,0,0)

Tints of #CBE5ED

#CBE5ED
(203,229,237)
#CFE7EE
(207,231,238)
#D3E9EF
(211,233,239)
#D7EBF0
(215,235,240)
#DBEDF1
(219,237,241)
#DFEFF2
(223,239,242)
#E3F1F3
(227,241,243)
#E7F3F4
(231,243,244)
#EBF5F5
(235,245,245)
#EFF7F6
(239,247,246)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBE5ED color. Also use rgb(203,229,237) instead hex code.

Text Font Color

.myTextColor { color: #CBE5ED; }

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

This text font color is #CBE5ED.

Background Color

.myBgColor { background-color: #CBE5ED; }

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

This div background color is #CBE5ED.

Border color

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

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

This div border color is #CBE5ED.

Opacity

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

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

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

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

This text has shadow with #CBE5ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBE5ED.

Preview

Color preview on black background

This text has color #CBE5ED on black background.


Color preview on white background

This text has color #CBE5ED on white background.


Black color preview on #CBE5ED background

This text has black color on #CBE5ED background.


White color preview on #CBE5ED background

This text has white color on #CBE5ED background.


Related colors

Complementary color

Complementary color for #hex is #341A12.


I love getcolorcode.com

Triadic colors

1 #EDCBE5 and #E5EDCB with #CBE5ED are triadic colors.

2 #EDE5CB and #E5CBED with #CBE5ED are triadic colors.