COLOR #CBEBF0

HEX: #CBEBF0 RGB: (203,235,240)

Color info

#CBEBF0 contains red, green and blue colors in about the same proportion. Web safe color of #CBEBF0 is #CCFFFF (or #CFF).

RGB color model

#CBEBF0 color RGB value is (203,235,240).

RGB: (203,235,240) (80%, 92%, 94%)

RGB channels and saturation

R 203 of 255 = 80%
G 235 of 255 = 92%
B 240 of 255 = 94%

203
235
240

R + G + B ~ 89%. #CBEBF0 is light color.

Portions of RGB colors in percentages

R + G + B = 203 + 235 + 240 = 678 (100%)
R 203 of 678 ~ 29.94%
G 235 of 678 ~ 34.66%
B 240 of 678 ~ 35.4'%

%29.94
%34.66
%35.4

CMYK color model

#CBEBF0 color CMYK value is (15,2,0,6).

  • cyan value is 15.42%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (15,2,0,6)
C15M2Y0K6 (15%, 2%, 0%, 6%)
(0.15 / 0.02 / 0.00 / 0.06)

CMYK percentages

%15.42
%2.08
%0
%5.88

Codes

Color #CBEBF0 in popluar color models

CB EB F0
RGB 203 235 240
HSL 188° 55.22% 86.86%
HSB/HSV 188° 15.42% 94.12%
CMYK 15.42% 2.08% 0.00%
5.88%

Color #CBEBF0 in popluar number systems.

HEX CB EB F0
Decimal 203 235 240
Binary 11001011 11101011 11110000
Octal 313 353 360

Shades and tints

Shades of #CBEBF0

#CBEBF0
(203,235,240)
#B9D6DB
(185,214,219)
#A7C1C6
(167,193,198)
#95ACB1
(149,172,177)
#83979C
(131,151,156)
#718287
(113,130,135)
#5F6D72
(95,109,114)
#4D585D
(77,88,93)
#3B4348
(59,67,72)
#292E33
(41,46,51)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #CBEBF0

#CBEBF0
(203,235,240)
#CFECF1
(207,236,241)
#D3EDF2
(211,237,242)
#D7EEF3
(215,238,243)
#DBEFF4
(219,239,244)
#DFF0F5
(223,240,245)
#E3F1F6
(227,241,246)
#E7F2F7
(231,242,247)
#EBF3F8
(235,243,248)
#EFF4F9
(239,244,249)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBEBF0; }

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

This text font color is #CBEBF0.

Background Color

.myBgColor { background-color: #CBEBF0; }

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

This div background color is #CBEBF0.

Border color

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

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

This div border color is #CBEBF0.

Opacity

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

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

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

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

This text has shadow with #CBEBF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBEBF0.

Preview

Color preview on black background

This text has color #CBEBF0 on black background.


Color preview on white background

This text has color #CBEBF0 on white background.


Black color preview on #CBEBF0 background

This text has black color on #CBEBF0 background.


White color preview on #CBEBF0 background

This text has white color on #CBEBF0 background.


Related colors

Complementary color

Complementary color for #hex is #34140F.


I love getcolorcode.com

Triadic colors

1 #F0CBEB and #EBF0CB with #CBEBF0 are triadic colors.

2 #F0EBCB and #EBCBF0 with #CBEBF0 are triadic colors.