COLOR #C7DDC1

HEX: #C7DDC1 RGB: (199,221,193)

Color info

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

RGB color model

#C7DDC1 color RGB value is (199,221,193).

RGB: (199,221,193) (78%, 87%, 76%)

RGB channels and saturation

R 199 of 255 = 78%
G 221 of 255 = 87%
B 193 of 255 = 76%

199
221
193

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

Portions of RGB colors in percentages

R + G + B = 199 + 221 + 193 = 613 (100%)
R 199 of 613 ~ 32.46%
G 221 of 613 ~ 36.05%
B 193 of 613 ~ 31.48'%

%32.46
%36.05
%31.48

CMYK color model

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

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 12.67%
  • key color value is 13.33%
CMYK: (10,0,13,13) C10M0Y13K13 (10%,0%,13%,13%) (0.10/0.00/0.13/0.13) 

CMYK percentages

%9.95
%0
%12.67
%13.33

Codes

Color #C7DDC1 in popluar color models

C7 DD C1
RGB 199 221 193
HSL 107° 29.17% 81.18%
HSB/HSV 107° 12.67% 86.67%
CMYK 9.95% 0.00% 12.67%
13.33%

Color #C7DDC1 in popluar number systems.

HEX C7 DD C1
Decimal 199 221 193
Binary 11000111 11011101 11000001
Octal 307 335 301

Shades and tints

Shades of #C7DDC1

#C7DDC1
(199,221,193)
#B5C9B0
(181,201,176)
#A3B59F
(163,181,159)
#91A18E
(145,161,142)
#7F8D7D
(127,141,125)
#6D796C
(109,121,108)
#5B655B
(91,101,91)
#49514A
(73,81,74)
#373D39
(55,61,57)
#252928
(37,41,40)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #C7DDC1

#C7DDC1
(199,221,193)
#CCE0C6
(204,224,198)
#D1E3CB
(209,227,203)
#D6E6D0
(214,230,208)
#DBE9D5
(219,233,213)
#E0ECDA
(224,236,218)
#E5EFDF
(229,239,223)
#EAF2E4
(234,242,228)
#EFF5E9
(239,245,233)
#F4F8EE
(244,248,238)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DDC1 color. Also use rgb(199,221,193) instead hex code.

Text Font Color

.myTextColor { color: #C7DDC1; }

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

This text font color is #C7DDC1.

Background Color

.myBgColor { background-color: #C7DDC1; }

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

This div background color is #C7DDC1.

Border color

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

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

This div border color is #C7DDC1.

Opacity

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

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

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

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

This text has shadow with #C7DDC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DDC1.

Preview

Color preview on black background

This text has color #C7DDC1 on black background.


Color preview on white background

This text has color #C7DDC1 on white background.


Black color preview on #C7DDC1 background

This text has black color on #C7DDC1 background.


White color preview on #C7DDC1 background

This text has white color on #C7DDC1 background.


Related colors

Complementary color

Complementary color for #hex is #38223E.


I love getcolorcode.com

Triadic colors

1 #C1C7DD and #DDC1C7 with #C7DDC1 are triadic colors.

2 #C1DDC7 and #DDC7C1 with #C7DDC1 are triadic colors.