COLOR #C6DDD7

HEX: #C6DDD7
RGB: (198,221,215)

Color info

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

RGB color model

#C6DDD7 color RGB value is (198,221,215).

  • red value is 198;
  • green value is 221;
  • blue value is 215.
RGB:
(198,221,215)
(78%,87%,84%)

RGB channels and saturation

R 198 of 255 = 78%
G 221 of 255 = 87%
B 215 of 255 = 84%

198
221
215

R + G + B ~ 83%. #C6DDD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 221 + 215 = 634 (100%)
R 198 of 634 ~ 31.23%
G 221 of 634 ~ 34.86%
B 215 of 634 ~ 33.91%

%31.23
%34.86
%33.91

CMYK color model

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

  • cyan value is 10.41%
  • magenta value is 0.00%
  • yellow value is 2.71%
  • key color value is 13.33%
CMYK:
(10,0,3,13)
C10M0Y3K13 
(10%,0%,3%,13%)
(0.10/0.00/0.03/0.13)	

CMYK percentages

%10.41
%0
%2.71
%13.33

Codes

Color #C6DDD7 in popluar color models

C6DDD7
RGB198221215
HSL164°25.27%82.16%
HSB/HSV164°10.41%86.67%
CMYK10.41%0.00%2.71%
13.33%

Color #C6DDD7 in popluar number systems.

HEXC6DDD7
Decimal198221215
Binary110001101101110111010111
Octal306335327

Shades and tints

Shades of #C6DDD7

#C6DDD7
(198,221,215)
#B4C9C4
(180,201,196)
#A2B5B1
(162,181,177)
#90A19E
(144,161,158)
#7E8D8B
(126,141,139)
#6C7978
(108,121,120)
#5A6565
(90,101,101)
#485152
(72,81,82)
#363D3F
(54,61,63)
#24292C
(36,41,44)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #C6DDD7

#C6DDD7
(198,221,215)
#CBE0DA
(203,224,218)
#D0E3DD
(208,227,221)
#D5E6E0
(213,230,224)
#DAE9E3
(218,233,227)
#DFECE6
(223,236,230)
#E4EFE9
(228,239,233)
#E9F2EC
(233,242,236)
#EEF5EF
(238,245,239)
#F3F8F2
(243,248,242)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DDD7 color. Also use rgb(198,221,215) instead hex code.

Text Font Color

.myTextColor { color: #C6DDD7; }

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

This text font color is #C6DDD7.


Background Color

.myBgColor { background-color: #C6DDD7; }

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

This div background color is #C6DDD7.


Border color

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

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

This div border color is #C6DDD7.


Opacity

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

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

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

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

This text has shadow with #C6DDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DDD7 on black background.


Color preview on white background

This text has color #C6DDD7 on white background.



Black color preview on #C6DDD7 background

This text has black color on #C6DDD7 background.


White color preview on #C6DDD7 background

This text has white color on #C6DDD7 background.