COLOR #C3DFC9

HEX: #C3DFC9 RGB: (195,223,201)

Color info

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

RGB color model

#C3DFC9 color RGB value is (195,223,201).

RGB: (195,223,201) (76%, 87%, 79%)

RGB channels and saturation

R 195 of 255 = 76%
G 223 of 255 = 87%
B 201 of 255 = 79%

195
223
201

R + G + B ~ 81%. #C3DFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 223 + 201 = 619 (100%)
R 195 of 619 ~ 31.5%
G 223 of 619 ~ 36.03%
B 201 of 619 ~ 32.47'%

%31.5
%36.03
%32.47

CMYK color model

#C3DFC9 color CMYK value is (13,0,10,13).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 9.87%
  • key color value is 12.55%

CMYK: (13,0,10,13)
C13M0Y10K13 (13%, 0%, 10%, 13%)
(0.13 / 0.00 / 0.10 / 0.13)

CMYK percentages

%12.56
%0
%9.87
%12.55

Codes

Color #C3DFC9 in popluar color models

C3 DF C9
RGB 195 223 201
HSL 133° 30.43% 81.96%
HSB/HSV 133° 12.56% 87.45%
CMYK 12.56% 0.00% 9.87%
12.55%

Color #C3DFC9 in popluar number systems.

HEX C3 DF C9
Decimal 195 223 201
Binary 11000011 11011111 11001001
Octal 303 337 311

Shades and tints

Shades of #C3DFC9

#C3DFC9
(195,223,201)
#B2CBB7
(178,203,183)
#A1B7A5
(161,183,165)
#90A393
(144,163,147)
#7F8F81
(127,143,129)
#6E7B6F
(110,123,111)
#5D675D
(93,103,93)
#4C534B
(76,83,75)
#3B3F39
(59,63,57)
#2A2B27
(42,43,39)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #C3DFC9

#C3DFC9
(195,223,201)
#C8E1CD
(200,225,205)
#CDE3D1
(205,227,209)
#D2E5D5
(210,229,213)
#D7E7D9
(215,231,217)
#DCE9DD
(220,233,221)
#E1EBE1
(225,235,225)
#E6EDE5
(230,237,229)
#EBEFE9
(235,239,233)
#F0F1ED
(240,241,237)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3DFC9; }

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

This text font color is #C3DFC9.

Background Color

.myBgColor { background-color: #C3DFC9; }

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

This div background color is #C3DFC9.

Border color

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

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

This div border color is #C3DFC9.

Opacity

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

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

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

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

This text has shadow with #C3DFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3DFC9.

Preview

Color preview on black background

This text has color #C3DFC9 on black background.


Color preview on white background

This text has color #C3DFC9 on white background.


Black color preview on #C3DFC9 background

This text has black color on #C3DFC9 background.


White color preview on #C3DFC9 background

This text has white color on #C3DFC9 background.


Related colors

Complementary color

Complementary color for #hex is #3C2036.


I love getcolorcode.com

Triadic colors

1 #C9C3DF and #DFC9C3 with #C3DFC9 are triadic colors.

2 #C9DFC3 and #DFC3C9 with #C3DFC9 are triadic colors.