COLOR #C6DCCB

HEX: #C6DCCB RGB: (198,220,203)

Color info

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

RGB color model

#C6DCCB color RGB value is (198,220,203).

RGB: (198,220,203) (78%, 86%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 220 of 255 = 86%
B 203 of 255 = 80%

198
220
203

R + G + B ~ 81%. #C6DCCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 220 + 203 = 621 (100%)
R 198 of 621 ~ 31.88%
G 220 of 621 ~ 35.43%
B 203 of 621 ~ 32.69'%

%31.88
%35.43
%32.69

CMYK color model

#C6DCCB color CMYK value is (10,0,8,14).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 13.73%
CMYK: (10,0,8,14) C10M0Y8K14 (10%,0%,8%,14%) (0.10/0.00/0.08/0.14) 

CMYK percentages

%10
%0
%7.73
%13.73

Codes

Color #C6DCCB in popluar color models

C6 DC CB
RGB 198 220 203
HSL 134° 23.91% 81.96%
HSB/HSV 134° 10.00% 86.27%
CMYK 10.00% 0.00% 7.73%
13.73%

Color #C6DCCB in popluar number systems.

HEX C6 DC CB
Decimal 198 220 203
Binary 11000110 11011100 11001011
Octal 306 334 313

Shades and tints

Shades of #C6DCCB

#C6DCCB
(198,220,203)
#B4C8B9
(180,200,185)
#A2B4A7
(162,180,167)
#90A095
(144,160,149)
#7E8C83
(126,140,131)
#6C7871
(108,120,113)
#5A645F
(90,100,95)
#48504D
(72,80,77)
#363C3B
(54,60,59)
#242829
(36,40,41)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #C6DCCB

#C6DCCB
(198,220,203)
#CBDFCF
(203,223,207)
#D0E2D3
(208,226,211)
#D5E5D7
(213,229,215)
#DAE8DB
(218,232,219)
#DFEBDF
(223,235,223)
#E4EEE3
(228,238,227)
#E9F1E7
(233,241,231)
#EEF4EB
(238,244,235)
#F3F7EF
(243,247,239)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DCCB; }

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

This text font color is #C6DCCB.

Background Color

.myBgColor { background-color: #C6DCCB; }

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

This div background color is #C6DCCB.

Border color

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

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

This div border color is #C6DCCB.

Opacity

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

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

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

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

This text has shadow with #C6DCCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DCCB.

Preview

Color preview on black background

This text has color #C6DCCB on black background.


Color preview on white background

This text has color #C6DCCB on white background.


Black color preview on #C6DCCB background

This text has black color on #C6DCCB background.


White color preview on #C6DCCB background

This text has white color on #C6DCCB background.


Related colors

Complementary color

Complementary color for #hex is #392334.


I love getcolorcode.com

Triadic colors

1 #CBC6DC and #DCCBC6 with #C6DCCB are triadic colors.

2 #CBDCC6 and #DCC6CB with #C6DCCB are triadic colors.