COLOR #C7DDD1

HEX: #C7DDD1
RGB: (199,221,209)

Color info

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

RGB color model

#C7DDD1 color RGB value is (199,221,209).

  • red value is 199;
  • green value is 221;
  • blue value is 209.
RGB:
(199,221,209)
(78%,87%,82%)

RGB channels and saturation

R 199 of 255 = 78%
G 221 of 255 = 87%
B 209 of 255 = 82%

199
221
209

R + G + B ~ 82%. #C7DDD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 221 + 209 = 629 (100%)
R 199 of 629 ~ 31.64%
G 221 of 629 ~ 35.14%
B 209 of 629 ~ 33.23%

%31.64
%35.14
%33.23

CMYK color model

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

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 13.33%
CMYK:
(10,0,5,13)
C10M0Y5K13 
(10%,0%,5%,13%)
(0.10/0.00/0.05/0.13)	

CMYK percentages

%9.95
%0
%5.43
%13.33

Codes

Color #C7DDD1 in popluar color models

C7DDD1
RGB199221209
HSL147°24.44%82.35%
HSB/HSV147°9.95%86.67%
CMYK9.95%0.00%5.43%
13.33%

Color #C7DDD1 in popluar number systems.

HEXC7DDD1
Decimal199221209
Binary110001111101110111010001
Octal307335321

Shades and tints

Shades of #C7DDD1

#C7DDD1
(199,221,209)
#B5C9BE
(181,201,190)
#A3B5AB
(163,181,171)
#91A198
(145,161,152)
#7F8D85
(127,141,133)
#6D7972
(109,121,114)
#5B655F
(91,101,95)
#49514C
(73,81,76)
#373D39
(55,61,57)
#252926
(37,41,38)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #C7DDD1

#C7DDD1
(199,221,209)
#CCE0D5
(204,224,213)
#D1E3D9
(209,227,217)
#D6E6DD
(214,230,221)
#DBE9E1
(219,233,225)
#E0ECE5
(224,236,229)
#E5EFE9
(229,239,233)
#EAF2ED
(234,242,237)
#EFF5F1
(239,245,241)
#F4F8F5
(244,248,245)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DDD1; }

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

This text font color is #C7DDD1.


Background Color

.myBgColor { background-color: #C7DDD1; }

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

This div background color is #C7DDD1.


Border color

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

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

This div border color is #C7DDD1.


Opacity

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

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

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

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

This text has shadow with #C7DDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DDD1 on black background.


Color preview on white background

This text has color #C7DDD1 on white background.



Black color preview on #C7DDD1 background

This text has black color on #C7DDD1 background.


White color preview on #C7DDD1 background

This text has white color on #C7DDD1 background.