COLOR #C3E9FD

HEX: #C3E9FD RGB: (195,233,253)

Color info

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

RGB color model

#C3E9FD color RGB value is (195,233,253).

RGB: (195,233,253) (76%, 91%, 99%)

RGB channels and saturation

R 195 of 255 = 76%
G 233 of 255 = 91%
B 253 of 255 = 99%

195
233
253

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

Portions of RGB colors in percentages

R + G + B = 195 + 233 + 253 = 681 (100%)
R 195 of 681 ~ 28.63%
G 233 of 681 ~ 34.21%
B 253 of 681 ~ 37.15'%

%28.63
%34.21
%37.15

CMYK color model

#C3E9FD color CMYK value is (23,8,0,1).

  • cyan value is 22.92%
  • magenta value is 7.91%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (23,8,0,1) C23M8Y0K1 (23%,8%,0%,1%) (0.23/0.08/0.00/0.01) 

CMYK percentages

%22.92
%7.91
%0
%0.78

Codes

Color #C3E9FD in popluar color models

C3 E9 FD
RGB 195 233 253
HSL 201° 93.55% 87.84%
HSB/HSV 201° 22.92% 99.22%
CMYK 22.92% 7.91% 0.00%
0.78%

Color #C3E9FD in popluar number systems.

HEX C3 E9 FD
Decimal 195 233 253
Binary 11000011 11101001 11111101
Octal 303 351 375

Shades and tints

Shades of #C3E9FD

#C3E9FD
(195,233,253)
#B2D4E6
(178,212,230)
#A1BFCF
(161,191,207)
#90AAB8
(144,170,184)
#7F95A1
(127,149,161)
#6E808A
(110,128,138)
#5D6B73
(93,107,115)
#4C565C
(76,86,92)
#3B4145
(59,65,69)
#2A2C2E
(42,44,46)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #C3E9FD

#C3E9FD
(195,233,253)
#C8EBFD
(200,235,253)
#CDEDFD
(205,237,253)
#D2EFFD
(210,239,253)
#D7F1FD
(215,241,253)
#DCF3FD
(220,243,253)
#E1F5FD
(225,245,253)
#E6F7FD
(230,247,253)
#EBF9FD
(235,249,253)
#F0FBFD
(240,251,253)
#F5FDFD
(245,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E9FD color. Also use rgb(195,233,253) instead hex code.

Text Font Color

.myTextColor { color: #C3E9FD; }

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

This text font color is #C3E9FD.

Background Color

.myBgColor { background-color: #C3E9FD; }

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

This div background color is #C3E9FD.

Border color

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

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

This div border color is #C3E9FD.

Opacity

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

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

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

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

This text has shadow with #C3E9FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3E9FD.

Preview

Color preview on black background

This text has color #C3E9FD on black background.


Color preview on white background

This text has color #C3E9FD on white background.


Black color preview on #C3E9FD background

This text has black color on #C3E9FD background.


White color preview on #C3E9FD background

This text has white color on #C3E9FD background.


Related colors

Complementary color

Complementary color for #hex is #3C1602.


I love getcolorcode.com

Triadic colors

1 #FDC3E9 and #E9FDC3 with #C3E9FD are triadic colors.

2 #FDE9C3 and #E9C3FD with #C3E9FD are triadic colors.