COLOR #C3D4EA

HEX: #C3D4EA RGB: (195,212,234)

Color info

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

RGB color model

#C3D4EA color RGB value is (195,212,234).

RGB: (195,212,234) (76%, 83%, 92%)

RGB channels and saturation

R 195 of 255 = 76%
G 212 of 255 = 83%
B 234 of 255 = 92%

195
212
234

R + G + B ~ 84%. #C3D4EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 212 + 234 = 641 (100%)
R 195 of 641 ~ 30.42%
G 212 of 641 ~ 33.07%
B 234 of 641 ~ 36.51'%

%30.42
%33.07
%36.51

CMYK color model

#C3D4EA color CMYK value is (17,9,0,8).

  • cyan value is 16.67%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (17,9,0,8)
C17M9Y0K8 (17%, 9%, 0%, 8%)
(0.17 / 0.09 / 0.00 / 0.08)

CMYK percentages

%16.67
%9.4
%0
%8.24

Codes

Color #C3D4EA in popluar color models

C3 D4 EA
RGB 195 212 234
HSL 214° 48.15% 84.12%
HSB/HSV 214° 16.67% 91.76%
CMYK 16.67% 9.40% 0.00%
8.24%

Color #C3D4EA in popluar number systems.

HEX C3 D4 EA
Decimal 195 212 234
Binary 11000011 11010100 11101010
Octal 303 324 352

Shades and tints

Shades of #C3D4EA

#C3D4EA
(195,212,234)
#B2C1D5
(178,193,213)
#A1AEC0
(161,174,192)
#909BAB
(144,155,171)
#7F8896
(127,136,150)
#6E7581
(110,117,129)
#5D626C
(93,98,108)
#4C4F57
(76,79,87)
#3B3C42
(59,60,66)
#2A292D
(42,41,45)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #C3D4EA

#C3D4EA
(195,212,234)
#C8D7EB
(200,215,235)
#CDDAEC
(205,218,236)
#D2DDED
(210,221,237)
#D7E0EE
(215,224,238)
#DCE3EF
(220,227,239)
#E1E6F0
(225,230,240)
#E6E9F1
(230,233,241)
#EBECF2
(235,236,242)
#F0EFF3
(240,239,243)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D4EA color. Also use rgb(195,212,234) instead hex code.

Text Font Color

.myTextColor { color: #C3D4EA; }

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

This text font color is #C3D4EA.

Background Color

.myBgColor { background-color: #C3D4EA; }

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

This div background color is #C3D4EA.

Border color

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

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

This div border color is #C3D4EA.

Opacity

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

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

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

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

This text has shadow with #C3D4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3D4EA.

Preview

Color preview on black background

This text has color #C3D4EA on black background.


Color preview on white background

This text has color #C3D4EA on white background.


Black color preview on #C3D4EA background

This text has black color on #C3D4EA background.


White color preview on #C3D4EA background

This text has white color on #C3D4EA background.


Related colors

Complementary color

Complementary color for #hex is #3C2B15.


I love getcolorcode.com

Triadic colors

1 #EAC3D4 and #D4EAC3 with #C3D4EA are triadic colors.

2 #EAD4C3 and #D4C3EA with #C3D4EA are triadic colors.