COLOR #C3DFED

HEX: #C3DFED RGB: (195,223,237)

Color info

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

RGB color model

#C3DFED color RGB value is (195,223,237).

RGB: (195,223,237) (76%, 87%, 93%)

RGB channels and saturation

R 195 of 255 = 76%
G 223 of 255 = 87%
B 237 of 255 = 93%

195
223
237

R + G + B ~ 85%. #C3DFED is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 223 + 237 = 655 (100%)
R 195 of 655 ~ 29.77%
G 223 of 655 ~ 34.05%
B 237 of 655 ~ 36.18'%

%29.77
%34.05
%36.18

CMYK color model

#C3DFED color CMYK value is (18,6,0,7).

  • cyan value is 17.72%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (18,6,0,7) C18M6Y0K7 (18%,6%,0%,7%) (0.18/0.06/0.00/0.07) 

CMYK percentages

%17.72
%5.91
%0
%7.06

Codes

Color #C3DFED in popluar color models

C3 DF ED
RGB 195 223 237
HSL 200° 53.85% 84.71%
HSB/HSV 200° 17.72% 92.94%
CMYK 17.72% 5.91% 0.00%
7.06%

Color #C3DFED in popluar number systems.

HEX C3 DF ED
Decimal 195 223 237
Binary 11000011 11011111 11101101
Octal 303 337 355

Shades and tints

Shades of #C3DFED

#C3DFED
(195,223,237)
#B2CBD8
(178,203,216)
#A1B7C3
(161,183,195)
#90A3AE
(144,163,174)
#7F8F99
(127,143,153)
#6E7B84
(110,123,132)
#5D676F
(93,103,111)
#4C535A
(76,83,90)
#3B3F45
(59,63,69)
#2A2B30
(42,43,48)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #C3DFED

#C3DFED
(195,223,237)
#C8E1EE
(200,225,238)
#CDE3EF
(205,227,239)
#D2E5F0
(210,229,240)
#D7E7F1
(215,231,241)
#DCE9F2
(220,233,242)
#E1EBF3
(225,235,243)
#E6EDF4
(230,237,244)
#EBEFF5
(235,239,245)
#F0F1F6
(240,241,246)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DFED color. Also use rgb(195,223,237) instead hex code.

Text Font Color

.myTextColor { color: #C3DFED; }

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

This text font color is #C3DFED.

Background Color

.myBgColor { background-color: #C3DFED; }

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

This div background color is #C3DFED.

Border color

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

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

This div border color is #C3DFED.

Opacity

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

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

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

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

This text has shadow with #C3DFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3DFED.

Preview

Color preview on black background

This text has color #C3DFED on black background.


Color preview on white background

This text has color #C3DFED on white background.


Black color preview on #C3DFED background

This text has black color on #C3DFED background.


White color preview on #C3DFED background

This text has white color on #C3DFED background.


Related colors

Complementary color

Complementary color for #hex is #3C2012.


I love getcolorcode.com

Triadic colors

1 #EDC3DF and #DFEDC3 with #C3DFED are triadic colors.

2 #EDDFC3 and #DFC3ED with #C3DFED are triadic colors.