COLOR #C6DDDB

HEX: #C6DDDB RGB: (198,221,219)

Color info

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

RGB color model

#C6DDDB color RGB value is (198,221,219).

RGB: (198,221,219) (78%, 87%, 86%)

RGB channels and saturation

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

198
221
219

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

Portions of RGB colors in percentages

R + G + B = 198 + 221 + 219 = 638 (100%)
R 198 of 638 ~ 31.03%
G 221 of 638 ~ 34.64%
B 219 of 638 ~ 34.33'%

%31.03
%34.64
%34.33

CMYK color model

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

  • cyan value is 10.41%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 13.33%

CMYK: (10,0,1,13)
C10M0Y1K13 (10%, 0%, 1%, 13%)
(0.10 / 0.00 / 0.01 / 0.13)

CMYK percentages

%10.41
%0
%0.9
%13.33

Codes

Color #C6DDDB in popluar color models

C6 DD DB
RGB 198 221 219
HSL 175° 25.27% 82.16%
HSB/HSV 175° 10.41% 86.67%
CMYK 10.41% 0.00% 0.90%
13.33%

Color #C6DDDB in popluar number systems.

HEX C6 DD DB
Decimal 198 221 219
Binary 11000110 11011101 11011011
Octal 306 335 333

Shades and tints

Shades of #C6DDDB

#C6DDDB
(198,221,219)
#B4C9C8
(180,201,200)
#A2B5B5
(162,181,181)
#90A1A2
(144,161,162)
#7E8D8F
(126,141,143)
#6C797C
(108,121,124)
#5A6569
(90,101,105)
#485156
(72,81,86)
#363D43
(54,61,67)
#242930
(36,41,48)
#12151D
(18,21,29)
#000000
(0,0,0)

Tints of #C6DDDB

#C6DDDB
(198,221,219)
#CBE0DE
(203,224,222)
#D0E3E1
(208,227,225)
#D5E6E4
(213,230,228)
#DAE9E7
(218,233,231)
#DFECEA
(223,236,234)
#E4EFED
(228,239,237)
#E9F2F0
(233,242,240)
#EEF5F3
(238,245,243)
#F3F8F6
(243,248,246)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DDDB; }

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

This text font color is #C6DDDB.

Background Color

.myBgColor { background-color: #C6DDDB; }

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

This div background color is #C6DDDB.

Border color

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

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

This div border color is #C6DDDB.

Opacity

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

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

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

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

This text has shadow with #C6DDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DDDB.

Preview

Color preview on black background

This text has color #C6DDDB on black background.


Color preview on white background

This text has color #C6DDDB on white background.


Black color preview on #C6DDDB background

This text has black color on #C6DDDB background.


White color preview on #C6DDDB background

This text has white color on #C6DDDB background.


Related colors

Complementary color

Complementary color for #hex is #392224.


I love getcolorcode.com

Triadic colors

1 #DBC6DD and #DDDBC6 with #C6DDDB are triadic colors.

2 #DBDDC6 and #DDC6DB with #C6DDDB are triadic colors.