COLOR #C6DDD2

HEX: #C6DDD2 RGB: (198,221,210)

Color info

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

RGB color model

#C6DDD2 color RGB value is (198,221,210).

RGB: (198,221,210) (78%, 87%, 82%)

RGB channels and saturation

R 198 of 255 = 78%
G 221 of 255 = 87%
B 210 of 255 = 82%

198
221
210

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

Portions of RGB colors in percentages

R + G + B = 198 + 221 + 210 = 629 (100%)
R 198 of 629 ~ 31.48%
G 221 of 629 ~ 35.14%
B 210 of 629 ~ 33.39'%

%31.48
%35.14
%33.39

CMYK color model

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

  • cyan value is 10.41%
  • magenta value is 0.00%
  • yellow value is 4.98%
  • 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

%10.41
%0
%4.98
%13.33

Codes

Color #C6DDD2 in popluar color models

C6 DD D2
RGB 198 221 210
HSL 151° 25.27% 82.16%
HSB/HSV 151° 10.41% 86.67%
CMYK 10.41% 0.00% 4.98%
13.33%

Color #C6DDD2 in popluar number systems.

HEX C6 DD D2
Decimal 198 221 210
Binary 11000110 11011101 11010010
Octal 306 335 322

Shades and tints

Shades of #C6DDD2

#C6DDD2
(198,221,210)
#B4C9BF
(180,201,191)
#A2B5AC
(162,181,172)
#90A199
(144,161,153)
#7E8D86
(126,141,134)
#6C7973
(108,121,115)
#5A6560
(90,101,96)
#48514D
(72,81,77)
#363D3A
(54,61,58)
#242927
(36,41,39)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #C6DDD2

#C6DDD2
(198,221,210)
#CBE0D6
(203,224,214)
#D0E3DA
(208,227,218)
#D5E6DE
(213,230,222)
#DAE9E2
(218,233,226)
#DFECE6
(223,236,230)
#E4EFEA
(228,239,234)
#E9F2EE
(233,242,238)
#EEF5F2
(238,245,242)
#F3F8F6
(243,248,246)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DDD2; }

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

This text font color is #C6DDD2.

Background Color

.myBgColor { background-color: #C6DDD2; }

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

This div background color is #C6DDD2.

Border color

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

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

This div border color is #C6DDD2.

Opacity

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

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

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

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

This text has shadow with #C6DDD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DDD2.

Preview

Color preview on black background

This text has color #C6DDD2 on black background.


Color preview on white background

This text has color #C6DDD2 on white background.


Black color preview on #C6DDD2 background

This text has black color on #C6DDD2 background.


White color preview on #C6DDD2 background

This text has white color on #C6DDD2 background.


Related colors

Complementary color

Complementary color for #hex is #39222D.


I love getcolorcode.com

Triadic colors

1 #D2C6DD and #DDD2C6 with #C6DDD2 are triadic colors.

2 #D2DDC6 and #DDC6D2 with #C6DDD2 are triadic colors.