COLOR #C6DECB

HEX: #C6DECB RGB: (198,222,203)

Color info

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

RGB color model

#C6DECB color RGB value is (198,222,203).

RGB: (198,222,203) (78%, 87%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 222 of 255 = 87%
B 203 of 255 = 80%

198
222
203

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

Portions of RGB colors in percentages

R + G + B = 198 + 222 + 203 = 623 (100%)
R 198 of 623 ~ 31.78%
G 222 of 623 ~ 35.63%
B 203 of 623 ~ 32.58'%

%31.78
%35.63
%32.58

CMYK color model

#C6DECB color CMYK value is (11,0,9,13).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 8.56%
  • key color value is 12.94%

CMYK: (11,0,9,13)
C11M0Y9K13 (11%, 0%, 9%, 13%)
(0.11 / 0.00 / 0.09 / 0.13)

CMYK percentages

%10.81
%0
%8.56
%12.94

Codes

Color #C6DECB in popluar color models

C6 DE CB
RGB 198 222 203
HSL 133° 26.67% 82.35%
HSB/HSV 133° 10.81% 87.06%
CMYK 10.81% 0.00% 8.56%
12.94%

Color #C6DECB in popluar number systems.

HEX C6 DE CB
Decimal 198 222 203
Binary 11000110 11011110 11001011
Octal 306 336 313

Shades and tints

Shades of #C6DECB

#C6DECB
(198,222,203)
#B4CAB9
(180,202,185)
#A2B6A7
(162,182,167)
#90A295
(144,162,149)
#7E8E83
(126,142,131)
#6C7A71
(108,122,113)
#5A665F
(90,102,95)
#48524D
(72,82,77)
#363E3B
(54,62,59)
#242A29
(36,42,41)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #C6DECB

#C6DECB
(198,222,203)
#CBE1CF
(203,225,207)
#D0E4D3
(208,228,211)
#D5E7D7
(213,231,215)
#DAEADB
(218,234,219)
#DFEDDF
(223,237,223)
#E4F0E3
(228,240,227)
#E9F3E7
(233,243,231)
#EEF6EB
(238,246,235)
#F3F9EF
(243,249,239)
#F8FCF3
(248,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DECB color. Also use rgb(198,222,203) instead hex code.

Text Font Color

.myTextColor { color: #C6DECB; }

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

This text font color is #C6DECB.

Background Color

.myBgColor { background-color: #C6DECB; }

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

This div background color is #C6DECB.

Border color

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

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

This div border color is #C6DECB.

Opacity

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

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

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

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

This text has shadow with #C6DECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DECB.

Preview

Color preview on black background

This text has color #C6DECB on black background.


Color preview on white background

This text has color #C6DECB on white background.


Black color preview on #C6DECB background

This text has black color on #C6DECB background.


White color preview on #C6DECB background

This text has white color on #C6DECB background.


Related colors

Complementary color

Complementary color for #hex is #392134.


I love getcolorcode.com

Triadic colors

1 #CBC6DE and #DECBC6 with #C6DECB are triadic colors.

2 #CBDEC6 and #DEC6CB with #C6DECB are triadic colors.