COLOR #CBE2EB

HEX: #CBE2EB
RGB: (203,226,235)

Color info

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

RGB color model

#CBE2EB color RGB value is (203,226,235).

  • red value is 203;
  • green value is 226;
  • blue value is 235.
RGB:
(203,226,235)
(80%,89%,92%)

RGB channels and saturation

R 203 of 255 = 80%
G 226 of 255 = 89%
B 235 of 255 = 92%

203
226
235

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

Portions of RGB colors in percentages

R + G + B =
203 + 226 + 235 = 664 (100%)
R 203 of 664 ~ 30.57%
G 226 of 664 ~ 34.04%
B 235 of 664 ~ 35.39%

%30.57
%34.04
%35.39

CMYK color model

#CBE2EB color CMYK value is (14,4,0,8).

  • cyan value is 13.62%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(14,4,0,8)
C14M4Y0K8 
(14%,4%,0%,8%)
(0.14/0.04/0.00/0.08)	

CMYK percentages

%13.62
%3.83
%0
%7.84

Codes

Color #CBE2EB in popluar color models

CBE2EB
RGB203226235
HSL197°44.44%85.88%
HSB/HSV197°13.62%92.16%
CMYK13.62%3.83%0.00%
7.84%

Color #CBE2EB in popluar number systems.

HEXCBE2EB
Decimal203226235
Binary110010111110001011101011
Octal313342353

Shades and tints

Shades of #CBE2EB

#CBE2EB
(203,226,235)
#B9CED6
(185,206,214)
#A7BAC1
(167,186,193)
#95A6AC
(149,166,172)
#839297
(131,146,151)
#717E82
(113,126,130)
#5F6A6D
(95,106,109)
#4D5658
(77,86,88)
#3B4243
(59,66,67)
#292E2E
(41,46,46)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #CBE2EB

#CBE2EB
(203,226,235)
#CFE4EC
(207,228,236)
#D3E6ED
(211,230,237)
#D7E8EE
(215,232,238)
#DBEAEF
(219,234,239)
#DFECF0
(223,236,240)
#E3EEF1
(227,238,241)
#E7F0F2
(231,240,242)
#EBF2F3
(235,242,243)
#EFF4F4
(239,244,244)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBE2EB; }

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

This text font color is #CBE2EB.


Background Color

.myBgColor { background-color: #CBE2EB; }

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

This div background color is #CBE2EB.


Border color

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

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

This div border color is #CBE2EB.


Opacity

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

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

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

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

This text has shadow with #CBE2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE2EB on black background.


Color preview on white background

This text has color #CBE2EB on white background.



Black color preview on #CBE2EB background

This text has black color on #CBE2EB background.


White color preview on #CBE2EB background

This text has white color on #CBE2EB background.