COLOR #C3DCE4

HEX: #C3DCE4 RGB: (195,220,228)

Color info

#C3DCE4 contains red, green and blue colors in about the same proportion. Web safe color of #C3DCE4 is #CCCCCC (or #CCC).

RGB color model

#C3DCE4 color RGB value is (195,220,228).

RGB: (195,220,228) (76%, 86%, 89%)

RGB channels and saturation

R 195 of 255 = 76%
G 220 of 255 = 86%
B 228 of 255 = 89%

195
220
228

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

Portions of RGB colors in percentages

R + G + B = 195 + 220 + 228 = 643 (100%)
R 195 of 643 ~ 30.33%
G 220 of 643 ~ 34.21%
B 228 of 643 ~ 35.46'%

%30.33
%34.21
%35.46

CMYK color model

#C3DCE4 color CMYK value is (14,4,0,11).

  • cyan value is 14.47%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (14,4,0,11)
C14M4Y0K11 (14%, 4%, 0%, 11%)
(0.14 / 0.04 / 0.00 / 0.11)

CMYK percentages

%14.47
%3.51
%0
%10.59

Codes

Color #C3DCE4 in popluar color models

C3 DC E4
RGB 195 220 228
HSL 195° 37.93% 82.94%
HSB/HSV 195° 14.47% 89.41%
CMYK 14.47% 3.51% 0.00%
10.59%

Color #C3DCE4 in popluar number systems.

HEX C3 DC E4
Decimal 195 220 228
Binary 11000011 11011100 11100100
Octal 303 334 344

Shades and tints

Shades of #C3DCE4

#C3DCE4
(195,220,228)
#B2C8D0
(178,200,208)
#A1B4BC
(161,180,188)
#90A0A8
(144,160,168)
#7F8C94
(127,140,148)
#6E7880
(110,120,128)
#5D646C
(93,100,108)
#4C5058
(76,80,88)
#3B3C44
(59,60,68)
#2A2830
(42,40,48)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #C3DCE4

#C3DCE4
(195,220,228)
#C8DFE6
(200,223,230)
#CDE2E8
(205,226,232)
#D2E5EA
(210,229,234)
#D7E8EC
(215,232,236)
#DCEBEE
(220,235,238)
#E1EEF0
(225,238,240)
#E6F1F2
(230,241,242)
#EBF4F4
(235,244,244)
#F0F7F6
(240,247,246)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DCE4 color. Also use rgb(195,220,228) instead hex code.

Text Font Color

.myTextColor { color: #C3DCE4; }

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

This text font color is #C3DCE4.

Background Color

.myBgColor { background-color: #C3DCE4; }

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

This div background color is #C3DCE4.

Border color

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

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

This div border color is #C3DCE4.

Opacity

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

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

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

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

This text has shadow with #C3DCE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3DCE4.

Preview

Color preview on black background

This text has color #C3DCE4 on black background.


Color preview on white background

This text has color #C3DCE4 on white background.


Black color preview on #C3DCE4 background

This text has black color on #C3DCE4 background.


White color preview on #C3DCE4 background

This text has white color on #C3DCE4 background.


Related colors

Complementary color

Complementary color for #hex is #3C231B.


I love getcolorcode.com

Triadic colors

1 #E4C3DC and #DCE4C3 with #C3DCE4 are triadic colors.

2 #E4DCC3 and #DCC3E4 with #C3DCE4 are triadic colors.