COLOR #C3E3FD

HEX: #C3E3FD RGB: (195,227,253)

Color info

#C3E3FD contains red, green and blue colors in about the same proportion. Web safe color of #C3E3FD is #CCCCFF (or #CCF).

RGB color model

#C3E3FD color RGB value is (195,227,253).

RGB: (195,227,253) (76%, 89%, 99%)

RGB channels and saturation

R 195 of 255 = 76%
G 227 of 255 = 89%
B 253 of 255 = 99%

195
227
253

R + G + B ~ 88%. #C3E3FD is light color.

Portions of RGB colors in percentages

R + G + B = 195 + 227 + 253 = 675 (100%)
R 195 of 675 ~ 28.89%
G 227 of 675 ~ 33.63%
B 253 of 675 ~ 37.48'%

%28.89
%33.63
%37.48

CMYK color model

#C3E3FD color CMYK value is (23,10,0,1).

  • cyan value is 22.92%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (23,10,0,1)
C23M10Y0K1 (23%, 10%, 0%, 1%)
(0.23 / 0.10 / 0.00 / 0.01)

CMYK percentages

%22.92
%10.28
%0
%0.78

Codes

Color #C3E3FD in popluar color models

C3 E3 FD
RGB 195 227 253
HSL 207° 93.55% 87.84%
HSB/HSV 207° 22.92% 99.22%
CMYK 22.92% 10.28% 0.00%
0.78%

Color #C3E3FD in popluar number systems.

HEX C3 E3 FD
Decimal 195 227 253
Binary 11000011 11100011 11111101
Octal 303 343 375

Shades and tints

Shades of #C3E3FD

#C3E3FD
(195,227,253)
#B2CFE6
(178,207,230)
#A1BBCF
(161,187,207)
#90A7B8
(144,167,184)
#7F93A1
(127,147,161)
#6E7F8A
(110,127,138)
#5D6B73
(93,107,115)
#4C575C
(76,87,92)
#3B4345
(59,67,69)
#2A2F2E
(42,47,46)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #C3E3FD

#C3E3FD
(195,227,253)
#C8E5FD
(200,229,253)
#CDE7FD
(205,231,253)
#D2E9FD
(210,233,253)
#D7EBFD
(215,235,253)
#DCEDFD
(220,237,253)
#E1EFFD
(225,239,253)
#E6F1FD
(230,241,253)
#EBF3FD
(235,243,253)
#F0F5FD
(240,245,253)
#F5F7FD
(245,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E3FD; }

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

This text font color is #C3E3FD.

Background Color

.myBgColor { background-color: #C3E3FD; }

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

This div background color is #C3E3FD.

Border color

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

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

This div border color is #C3E3FD.

Opacity

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

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

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

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

This text has shadow with #C3E3FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3E3FD.

Preview

Color preview on black background

This text has color #C3E3FD on black background.


Color preview on white background

This text has color #C3E3FD on white background.


Black color preview on #C3E3FD background

This text has black color on #C3E3FD background.


White color preview on #C3E3FD background

This text has white color on #C3E3FD background.


Related colors

Complementary color

Complementary color for #hex is #3C1C02.


I love getcolorcode.com

Triadic colors

1 #FDC3E3 and #E3FDC3 with #C3E3FD are triadic colors.

2 #FDE3C3 and #E3C3FD with #C3E3FD are triadic colors.