COLOR #C9EBFA

HEX: #C9EBFA
RGB: (201,235,250)

Color info

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

RGB color model

#C9EBFA color RGB value is (201,235,250).

  • red value is 201;
  • green value is 235;
  • blue value is 250.
RGB:
(201,235,250)
(79%,92%,98%)

RGB channels and saturation

R 201 of 255 = 79%
G 235 of 255 = 92%
B 250 of 255 = 98%

201
235
250

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

Portions of RGB colors in percentages

R + G + B =
201 + 235 + 250 = 686 (100%)
R 201 of 686 ~ 29.3%
G 235 of 686 ~ 34.26%
B 250 of 686 ~ 36.44%

%29.3
%34.26
%36.44

CMYK color model

#C9EBFA color CMYK value is (20,6,0,2).

  • cyan value is 19.60%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(20,6,0,2)
C20M6Y0K2 
(20%,6%,0%,2%)
(0.20/0.06/0.00/0.02)	

CMYK percentages

%19.6
%6
%0
%1.96

Codes

Color #C9EBFA in popluar color models

C9EBFA
RGB201235250
HSL198°83.05%88.43%
HSB/HSV198°19.60%98.04%
CMYK19.60%6.00%0.00%
1.96%

Color #C9EBFA in popluar number systems.

HEXC9EBFA
Decimal201235250
Binary110010011110101111111010
Octal311353372

Shades and tints

Shades of #C9EBFA

#C9EBFA
(201,235,250)
#B7D6E4
(183,214,228)
#A5C1CE
(165,193,206)
#93ACB8
(147,172,184)
#8197A2
(129,151,162)
#6F828C
(111,130,140)
#5D6D76
(93,109,118)
#4B5860
(75,88,96)
#39434A
(57,67,74)
#272E34
(39,46,52)
#15191E
(21,25,30)
#000000
(0,0,0)

Tints of #C9EBFA

#C9EBFA
(201,235,250)
#CDECFA
(205,236,250)
#D1EDFA
(209,237,250)
#D5EEFA
(213,238,250)
#D9EFFA
(217,239,250)
#DDF0FA
(221,240,250)
#E1F1FA
(225,241,250)
#E5F2FA
(229,242,250)
#E9F3FA
(233,243,250)
#EDF4FA
(237,244,250)
#F1F5FA
(241,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9EBFA color. Also use rgb(201,235,250) instead hex code.

Text Font Color

.myTextColor { color: #C9EBFA; }

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

This text font color is #C9EBFA.


Background Color

.myBgColor { background-color: #C9EBFA; }

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

This div background color is #C9EBFA.


Border color

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

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

This div border color is #C9EBFA.


Opacity

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

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

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

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

This text has shadow with #C9EBFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EBFA on black background.


Color preview on white background

This text has color #C9EBFA on white background.



Black color preview on #C9EBFA background

This text has black color on #C9EBFA background.


White color preview on #C9EBFA background

This text has white color on #C9EBFA background.