COLOR #C3DDC5

HEX: #C3DDC5 RGB: (195,221,197)

Color info

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

RGB color model

#C3DDC5 color RGB value is (195,221,197).

RGB: (195,221,197) (76%, 87%, 77%)

RGB channels and saturation

R 195 of 255 = 76%
G 221 of 255 = 87%
B 197 of 255 = 77%

195
221
197

R + G + B ~ 80%. #C3DDC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 221 + 197 = 613 (100%)
R 195 of 613 ~ 31.81%
G 221 of 613 ~ 36.05%
B 197 of 613 ~ 32.14'%

%31.81
%36.05
%32.14

CMYK color model

#C3DDC5 color CMYK value is (12,0,11,13).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 10.86%
  • key color value is 13.33%

CMYK: (12,0,11,13)
C12M0Y11K13 (12%, 0%, 11%, 13%)
(0.12 / 0.00 / 0.11 / 0.13)

CMYK percentages

%11.76
%0
%10.86
%13.33

Codes

Color #C3DDC5 in popluar color models

C3 DD C5
RGB 195 221 197
HSL 125° 27.66% 81.57%
HSB/HSV 125° 11.76% 86.67%
CMYK 11.76% 0.00% 10.86%
13.33%

Color #C3DDC5 in popluar number systems.

HEX C3 DD C5
Decimal 195 221 197
Binary 11000011 11011101 11000101
Octal 303 335 305

Shades and tints

Shades of #C3DDC5

#C3DDC5
(195,221,197)
#B2C9B4
(178,201,180)
#A1B5A3
(161,181,163)
#90A192
(144,161,146)
#7F8D81
(127,141,129)
#6E7970
(110,121,112)
#5D655F
(93,101,95)
#4C514E
(76,81,78)
#3B3D3D
(59,61,61)
#2A292C
(42,41,44)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #C3DDC5

#C3DDC5
(195,221,197)
#C8E0CA
(200,224,202)
#CDE3CF
(205,227,207)
#D2E6D4
(210,230,212)
#D7E9D9
(215,233,217)
#DCECDE
(220,236,222)
#E1EFE3
(225,239,227)
#E6F2E8
(230,242,232)
#EBF5ED
(235,245,237)
#F0F8F2
(240,248,242)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DDC5 color. Also use rgb(195,221,197) instead hex code.

Text Font Color

.myTextColor { color: #C3DDC5; }

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

This text font color is #C3DDC5.

Background Color

.myBgColor { background-color: #C3DDC5; }

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

This div background color is #C3DDC5.

Border color

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

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

This div border color is #C3DDC5.

Opacity

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

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

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

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

This text has shadow with #C3DDC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3DDC5.

Preview

Color preview on black background

This text has color #C3DDC5 on black background.


Color preview on white background

This text has color #C3DDC5 on white background.


Black color preview on #C3DDC5 background

This text has black color on #C3DDC5 background.


White color preview on #C3DDC5 background

This text has white color on #C3DDC5 background.


Related colors

Complementary color

Complementary color for #hex is #3C223A.


I love getcolorcode.com

Triadic colors

1 #C5C3DD and #DDC5C3 with #C3DDC5 are triadic colors.

2 #C5DDC3 and #DDC3C5 with #C3DDC5 are triadic colors.