COLOR #CBEAFA

HEX: #CBEAFA
RGB: (203,234,250)

Color info

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

RGB color model

#CBEAFA color RGB value is (203,234,250).

  • red value is 203;
  • green value is 234;
  • blue value is 250.
RGB:
(203,234,250)
(80%,92%,98%)

RGB channels and saturation

R 203 of 255 = 80%
G 234 of 255 = 92%
B 250 of 255 = 98%

203
234
250

R + G + B ~ 90%. #CBEAFA is light color.

Portions of RGB colors in percentages

R + G + B =
203 + 234 + 250 = 687 (100%)
R 203 of 687 ~ 29.55%
G 234 of 687 ~ 34.06%
B 250 of 687 ~ 36.39%

%29.55
%34.06
%36.39

CMYK color model

#CBEAFA color CMYK value is (19,6,0,2).

  • cyan value is 18.80%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(19,6,0,2)
C19M6Y0K2 
(19%,6%,0%,2%)
(0.19/0.06/0.00/0.02)	

CMYK percentages

%18.8
%6.4
%0
%1.96

Codes

Color #CBEAFA in popluar color models

CBEAFA
RGB203234250
HSL200°82.46%88.82%
HSB/HSV200°18.80%98.04%
CMYK18.80%6.40%0.00%
1.96%

Color #CBEAFA in popluar number systems.

HEXCBEAFA
Decimal203234250
Binary110010111110101011111010
Octal313352372

Shades and tints

Shades of #CBEAFA

#CBEAFA
(203,234,250)
#B9D5E4
(185,213,228)
#A7C0CE
(167,192,206)
#95ABB8
(149,171,184)
#8396A2
(131,150,162)
#71818C
(113,129,140)
#5F6C76
(95,108,118)
#4D5760
(77,87,96)
#3B424A
(59,66,74)
#292D34
(41,45,52)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #CBEAFA

#CBEAFA
(203,234,250)
#CFEBFA
(207,235,250)
#D3ECFA
(211,236,250)
#D7EDFA
(215,237,250)
#DBEEFA
(219,238,250)
#DFEFFA
(223,239,250)
#E3F0FA
(227,240,250)
#E7F1FA
(231,241,250)
#EBF2FA
(235,242,250)
#EFF3FA
(239,243,250)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBEAFA color. Also use rgb(203,234,250) instead hex code.

Text Font Color

.myTextColor { color: #CBEAFA; }

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

This text font color is #CBEAFA.


Background Color

.myBgColor { background-color: #CBEAFA; }

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

This div background color is #CBEAFA.


Border color

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

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

This div border color is #CBEAFA.


Opacity

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

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

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

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

This text has shadow with #CBEAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBEAFA on black background.


Color preview on white background

This text has color #CBEAFA on white background.



Black color preview on #CBEAFA background

This text has black color on #CBEAFA background.


White color preview on #CBEAFA background

This text has white color on #CBEAFA background.