COLOR #CBE6EE

HEX: #CBE6EE RGB: (203,230,238)

Color info

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

RGB color model

#CBE6EE color RGB value is (203,230,238).

RGB: (203,230,238) (80%, 90%, 93%)

RGB channels and saturation

R 203 of 255 = 80%
G 230 of 255 = 90%
B 238 of 255 = 93%

203
230
238

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

Portions of RGB colors in percentages

R + G + B = 203 + 230 + 238 = 671 (100%)
R 203 of 671 ~ 30.25%
G 230 of 671 ~ 34.28%
B 238 of 671 ~ 35.47'%

%30.25
%34.28
%35.47

CMYK color model

#CBE6EE color CMYK value is (15,3,0,7).

  • cyan value is 14.71%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (15,3,0,7)
C15M3Y0K7 (15%, 3%, 0%, 7%)
(0.15 / 0.03 / 0.00 / 0.07)

CMYK percentages

%14.71
%3.36
%0
%6.67

Codes

Color #CBE6EE in popluar color models

CB E6 EE
RGB 203 230 238
HSL 194° 50.72% 86.47%
HSB/HSV 194° 14.71% 93.33%
CMYK 14.71% 3.36% 0.00%
6.67%

Color #CBE6EE in popluar number systems.

HEX CB E6 EE
Decimal 203 230 238
Binary 11001011 11100110 11101110
Octal 313 346 356

Shades and tints

Shades of #CBE6EE

#CBE6EE
(203,230,238)
#B9D2D9
(185,210,217)
#A7BEC4
(167,190,196)
#95AAAF
(149,170,175)
#83969A
(131,150,154)
#718285
(113,130,133)
#5F6E70
(95,110,112)
#4D5A5B
(77,90,91)
#3B4646
(59,70,70)
#293231
(41,50,49)
#171E1C
(23,30,28)
#000000
(0,0,0)

Tints of #CBE6EE

#CBE6EE
(203,230,238)
#CFE8EF
(207,232,239)
#D3EAF0
(211,234,240)
#D7ECF1
(215,236,241)
#DBEEF2
(219,238,242)
#DFF0F3
(223,240,243)
#E3F2F4
(227,242,244)
#E7F4F5
(231,244,245)
#EBF6F6
(235,246,246)
#EFF8F7
(239,248,247)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBE6EE color. Also use rgb(203,230,238) instead hex code.

Text Font Color

.myTextColor { color: #CBE6EE; }

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

This text font color is #CBE6EE.

Background Color

.myBgColor { background-color: #CBE6EE; }

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

This div background color is #CBE6EE.

Border color

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

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

This div border color is #CBE6EE.

Opacity

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

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

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

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

This text has shadow with #CBE6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBE6EE.

Preview

Color preview on black background

This text has color #CBE6EE on black background.


Color preview on white background

This text has color #CBE6EE on white background.


Black color preview on #CBE6EE background

This text has black color on #CBE6EE background.


White color preview on #CBE6EE background

This text has white color on #CBE6EE background.


Related colors

Complementary color

Complementary color for #hex is #341911.


I love getcolorcode.com

Triadic colors

1 #EECBE6 and #E6EECB with #CBE6EE are triadic colors.

2 #EEE6CB and #E6CBEE with #CBE6EE are triadic colors.