COLOR #C3D1EA

HEX: #C3D1EA RGB: (195,209,234)

Color info

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

RGB color model

#C3D1EA color RGB value is (195,209,234).

RGB: (195,209,234) (76%, 82%, 92%)

RGB channels and saturation

R 195 of 255 = 76%
G 209 of 255 = 82%
B 234 of 255 = 92%

195
209
234

R + G + B ~ 83%. #C3D1EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 209 + 234 = 638 (100%)
R 195 of 638 ~ 30.56%
G 209 of 638 ~ 32.76%
B 234 of 638 ~ 36.68'%

%30.56
%32.76
%36.68

CMYK color model

#C3D1EA color CMYK value is (17,11,0,8).

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

CMYK: (17,11,0,8)
C17M11Y0K8 (17%, 11%, 0%, 8%)
(0.17 / 0.11 / 0.00 / 0.08)

CMYK percentages

%16.67
%10.68
%0
%8.24

Codes

Color #C3D1EA in popluar color models

C3 D1 EA
RGB 195 209 234
HSL 218° 48.15% 84.12%
HSB/HSV 218° 16.67% 91.76%
CMYK 16.67% 10.68% 0.00%
8.24%

Color #C3D1EA in popluar number systems.

HEX C3 D1 EA
Decimal 195 209 234
Binary 11000011 11010001 11101010
Octal 303 321 352

Shades and tints

Shades of #C3D1EA

#C3D1EA
(195,209,234)
#B2BED5
(178,190,213)
#A1ABC0
(161,171,192)
#9098AB
(144,152,171)
#7F8596
(127,133,150)
#6E7281
(110,114,129)
#5D5F6C
(93,95,108)
#4C4C57
(76,76,87)
#3B3942
(59,57,66)
#2A262D
(42,38,45)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #C3D1EA

#C3D1EA
(195,209,234)
#C8D5EB
(200,213,235)
#CDD9EC
(205,217,236)
#D2DDED
(210,221,237)
#D7E1EE
(215,225,238)
#DCE5EF
(220,229,239)
#E1E9F0
(225,233,240)
#E6EDF1
(230,237,241)
#EBF1F2
(235,241,242)
#F0F5F3
(240,245,243)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D1EA; }

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

This text font color is #C3D1EA.

Background Color

.myBgColor { background-color: #C3D1EA; }

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

This div background color is #C3D1EA.

Border color

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

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

This div border color is #C3D1EA.

Opacity

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

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

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

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

This text has shadow with #C3D1EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3D1EA.

Preview

Color preview on black background

This text has color #C3D1EA on black background.


Color preview on white background

This text has color #C3D1EA on white background.


Black color preview on #C3D1EA background

This text has black color on #C3D1EA background.


White color preview on #C3D1EA background

This text has white color on #C3D1EA background.


Related colors

Complementary color

Complementary color for #hex is #3C2E15.


I love getcolorcode.com

Triadic colors

1 #EAC3D1 and #D1EAC3 with #C3D1EA are triadic colors.

2 #EAD1C3 and #D1C3EA with #C3D1EA are triadic colors.