COLOR #C3EFF9

HEX: #C3EFF9
RGB: (195,239,249)

Color info

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

RGB color model

#C3EFF9 color RGB value is (195,239,249).

  • red value is 195;
  • green value is 239;
  • blue value is 249.
RGB:
(195,239,249)
(76%,94%,98%)

RGB channels and saturation

R 195 of 255 = 76%
G 239 of 255 = 94%
B 249 of 255 = 98%

195
239
249

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

Portions of RGB colors in percentages

R + G + B =
195 + 239 + 249 = 683 (100%)
R 195 of 683 ~ 28.55%
G 239 of 683 ~ 34.99%
B 249 of 683 ~ 36.46%

%28.55
%34.99
%36.46

CMYK color model

#C3EFF9 color CMYK value is (22,4,0,2).

  • cyan value is 21.69%
  • magenta value is 4.02%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(22,4,0,2)
C22M4Y0K2 
(22%,4%,0%,2%)
(0.22/0.04/0.00/0.02)	

CMYK percentages

%21.69
%4.02
%0
%2.35

Codes

Color #C3EFF9 in popluar color models

C3EFF9
RGB195239249
HSL191°81.82%87.06%
HSB/HSV191°21.69%97.65%
CMYK21.69%4.02%0.00%
2.35%

Color #C3EFF9 in popluar number systems.

HEXC3EFF9
Decimal195239249
Binary110000111110111111111001
Octal303357371

Shades and tints

Shades of #C3EFF9

#C3EFF9
(195,239,249)
#B2DAE3
(178,218,227)
#A1C5CD
(161,197,205)
#90B0B7
(144,176,183)
#7F9BA1
(127,155,161)
#6E868B
(110,134,139)
#5D7175
(93,113,117)
#4C5C5F
(76,92,95)
#3B4749
(59,71,73)
#2A3233
(42,50,51)
#191D1D
(25,29,29)
#000000
(0,0,0)

Tints of #C3EFF9

#C3EFF9
(195,239,249)
#C8F0F9
(200,240,249)
#CDF1F9
(205,241,249)
#D2F2F9
(210,242,249)
#D7F3F9
(215,243,249)
#DCF4F9
(220,244,249)
#E1F5F9
(225,245,249)
#E6F6F9
(230,246,249)
#EBF7F9
(235,247,249)
#F0F8F9
(240,248,249)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3EFF9 color. Also use rgb(195,239,249) instead hex code.

Text Font Color

.myTextColor { color: #C3EFF9; }

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

This text font color is #C3EFF9.


Background Color

.myBgColor { background-color: #C3EFF9; }

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

This div background color is #C3EFF9.


Border color

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

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

This div border color is #C3EFF9.


Opacity

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

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

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

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

This text has shadow with #C3EFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EFF9 on black background.


Color preview on white background

This text has color #C3EFF9 on white background.



Black color preview on #C3EFF9 background

This text has black color on #C3EFF9 background.


White color preview on #C3EFF9 background

This text has white color on #C3EFF9 background.