COLOR #C6DDDC

HEX: #C6DDDC
RGB: (198,221,220)

Color info

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

RGB color model

#C6DDDC color RGB value is (198,221,220).

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

RGB channels and saturation

R 198 of 255 = 78%
G 221 of 255 = 87%
B 220 of 255 = 86%

198
221
220

R + G + B ~ 84%. #C6DDDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 221 + 220 = 639 (100%)
R 198 of 639 ~ 30.99%
G 221 of 639 ~ 34.59%
B 220 of 639 ~ 34.43%

%30.99
%34.59
%34.43

CMYK color model

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

  • cyan value is 10.41%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.33%
CMYK:
(10,0,0,13)
C10M0Y0K13 
(10%,0%,0%,13%)
(0.10/0.00/0.00/0.13)	

CMYK percentages

%10.41
%0
%0.45
%13.33

Codes

Color #C6DDDC in popluar color models

C6DDDC
RGB198221220
HSL177°25.27%82.16%
HSB/HSV177°10.41%86.67%
CMYK10.41%0.00%0.45%
13.33%

Color #C6DDDC in popluar number systems.

HEXC6DDDC
Decimal198221220
Binary110001101101110111011100
Octal306335334

Shades and tints

Shades of #C6DDDC

#C6DDDC
(198,221,220)
#B4C9C8
(180,201,200)
#A2B5B4
(162,181,180)
#90A1A0
(144,161,160)
#7E8D8C
(126,141,140)
#6C7978
(108,121,120)
#5A6564
(90,101,100)
#485150
(72,81,80)
#363D3C
(54,61,60)
#242928
(36,41,40)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #C6DDDC

#C6DDDC
(198,221,220)
#CBE0DF
(203,224,223)
#D0E3E2
(208,227,226)
#D5E6E5
(213,230,229)
#DAE9E8
(218,233,232)
#DFECEB
(223,236,235)
#E4EFEE
(228,239,238)
#E9F2F1
(233,242,241)
#EEF5F4
(238,245,244)
#F3F8F7
(243,248,247)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DDDC; }

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

This text font color is #C6DDDC.


Background Color

.myBgColor { background-color: #C6DDDC; }

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

This div background color is #C6DDDC.


Border color

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

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

This div border color is #C6DDDC.


Opacity

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

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

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

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

This text has shadow with #C6DDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DDDC on black background.


Color preview on white background

This text has color #C6DDDC on white background.



Black color preview on #C6DDDC background

This text has black color on #C6DDDC background.


White color preview on #C6DDDC background

This text has white color on #C6DDDC background.