COLOR #C3DAF7

HEX: #C3DAF7 RGB: (195,218,247)

Color info

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

RGB color model

#C3DAF7 color RGB value is (195,218,247).

RGB: (195,218,247) (76%, 85%, 97%)

RGB channels and saturation

R 195 of 255 = 76%
G 218 of 255 = 85%
B 247 of 255 = 97%

195
218
247

R + G + B ~ 86%. #C3DAF7 is light color.

Portions of RGB colors in percentages

R + G + B = 195 + 218 + 247 = 660 (100%)
R 195 of 660 ~ 29.55%
G 218 of 660 ~ 33.03%
B 247 of 660 ~ 37.42'%

%29.55
%33.03
%37.42

CMYK color model

#C3DAF7 color CMYK value is (21,12,0,3).

  • cyan value is 21.05%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (21,12,0,3)
C21M12Y0K3 (21%, 12%, 0%, 3%)
(0.21 / 0.12 / 0.00 / 0.03)

CMYK percentages

%21.05
%11.74
%0
%3.14

Codes

Color #C3DAF7 in popluar color models

C3 DA F7
RGB 195 218 247
HSL 213° 76.47% 86.67%
HSB/HSV 213° 21.05% 96.86%
CMYK 21.05% 11.74% 0.00%
3.14%

Color #C3DAF7 in popluar number systems.

HEX C3 DA F7
Decimal 195 218 247
Binary 11000011 11011010 11110111
Octal 303 332 367

Shades and tints

Shades of #C3DAF7

#C3DAF7
(195,218,247)
#B2C7E1
(178,199,225)
#A1B4CB
(161,180,203)
#90A1B5
(144,161,181)
#7F8E9F
(127,142,159)
#6E7B89
(110,123,137)
#5D6873
(93,104,115)
#4C555D
(76,85,93)
#3B4247
(59,66,71)
#2A2F31
(42,47,49)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #C3DAF7

#C3DAF7
(195,218,247)
#C8DDF7
(200,221,247)
#CDE0F7
(205,224,247)
#D2E3F7
(210,227,247)
#D7E6F7
(215,230,247)
#DCE9F7
(220,233,247)
#E1ECF7
(225,236,247)
#E6EFF7
(230,239,247)
#EBF2F7
(235,242,247)
#F0F5F7
(240,245,247)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DAF7 color. Also use rgb(195,218,247) instead hex code.

Text Font Color

.myTextColor { color: #C3DAF7; }

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

This text font color is #C3DAF7.

Background Color

.myBgColor { background-color: #C3DAF7; }

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

This div background color is #C3DAF7.

Border color

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

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

This div border color is #C3DAF7.

Opacity

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

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

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

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

This text has shadow with #C3DAF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3DAF7.

Preview

Color preview on black background

This text has color #C3DAF7 on black background.


Color preview on white background

This text has color #C3DAF7 on white background.


Black color preview on #C3DAF7 background

This text has black color on #C3DAF7 background.


White color preview on #C3DAF7 background

This text has white color on #C3DAF7 background.


Related colors

Complementary color

Complementary color for #hex is #3C2508.


I love getcolorcode.com

Triadic colors

1 #F7C3DA and #DAF7C3 with #C3DAF7 are triadic colors.

2 #F7DAC3 and #DAC3F7 with #C3DAF7 are triadic colors.