COLOR #CBE2E9

HEX: #CBE2E9 RGB: (203,226,233)

Color info

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

RGB color model

#CBE2E9 color RGB value is (203,226,233).

RGB: (203,226,233) (80%, 89%, 91%)

RGB channels and saturation

R 203 of 255 = 80%
G 226 of 255 = 89%
B 233 of 255 = 91%

203
226
233

R + G + B ~ 87%. #CBE2E9 is light color.

Portions of RGB colors in percentages

R + G + B = 203 + 226 + 233 = 662 (100%)
R 203 of 662 ~ 30.66%
G 226 of 662 ~ 34.14%
B 233 of 662 ~ 35.2'%

%30.66
%34.14
%35.2

CMYK color model

#CBE2E9 color CMYK value is (13,3,0,9).

  • cyan value is 12.88%
  • magenta value is 3.00%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (13,3,0,9)
C13M3Y0K9 (13%, 3%, 0%, 9%)
(0.13 / 0.03 / 0.00 / 0.09)

CMYK percentages

%12.88
%3
%0
%8.63

Codes

Color #CBE2E9 in popluar color models

CB E2 E9
RGB 203 226 233
HSL 194° 40.54% 85.49%
HSB/HSV 194° 12.88% 91.37%
CMYK 12.88% 3.00% 0.00%
8.63%

Color #CBE2E9 in popluar number systems.

HEX CB E2 E9
Decimal 203 226 233
Binary 11001011 11100010 11101001
Octal 313 342 351

Shades and tints

Shades of #CBE2E9

#CBE2E9
(203,226,233)
#B9CED4
(185,206,212)
#A7BABF
(167,186,191)
#95A6AA
(149,166,170)
#839295
(131,146,149)
#717E80
(113,126,128)
#5F6A6B
(95,106,107)
#4D5656
(77,86,86)
#3B4241
(59,66,65)
#292E2C
(41,46,44)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #CBE2E9

#CBE2E9
(203,226,233)
#CFE4EB
(207,228,235)
#D3E6ED
(211,230,237)
#D7E8EF
(215,232,239)
#DBEAF1
(219,234,241)
#DFECF3
(223,236,243)
#E3EEF5
(227,238,245)
#E7F0F7
(231,240,247)
#EBF2F9
(235,242,249)
#EFF4FB
(239,244,251)
#F3F6FD
(243,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBE2E9 color. Also use rgb(203,226,233) instead hex code.

Text Font Color

.myTextColor { color: #CBE2E9; }

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

This text font color is #CBE2E9.

Background Color

.myBgColor { background-color: #CBE2E9; }

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

This div background color is #CBE2E9.

Border color

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

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

This div border color is #CBE2E9.

Opacity

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

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

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

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

This text has shadow with #CBE2E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBE2E9.

Preview

Color preview on black background

This text has color #CBE2E9 on black background.


Color preview on white background

This text has color #CBE2E9 on white background.


Black color preview on #CBE2E9 background

This text has black color on #CBE2E9 background.


White color preview on #CBE2E9 background

This text has white color on #CBE2E9 background.


Related colors

Complementary color

Complementary color for #hex is #341D16.


I love getcolorcode.com

Triadic colors

1 #E9CBE2 and #E2E9CB with #CBE2E9 are triadic colors.

2 #E9E2CB and #E2CBE9 with #CBE2E9 are triadic colors.