COLOR #C6DCCA

HEX: #C6DCCA
RGB: (198,220,202)

Color info

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

RGB color model

#C6DCCA color RGB value is (198,220,202).

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

RGB channels and saturation

R 198 of 255 = 78%
G 220 of 255 = 86%
B 202 of 255 = 79%

198
220
202

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

Portions of RGB colors in percentages

R + G + B =
198 + 220 + 202 = 620 (100%)
R 198 of 620 ~ 31.94%
G 220 of 620 ~ 35.48%
B 202 of 620 ~ 32.58%

%31.94
%35.48
%32.58

CMYK color model

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

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 8.18%
  • 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
%8.18
%13.73

Codes

Color #C6DCCA in popluar color models

C6DCCA
RGB198220202
HSL131°23.91%81.96%
HSB/HSV131°10.00%86.27%
CMYK10.00%0.00%8.18%
13.73%

Color #C6DCCA in popluar number systems.

HEXC6DCCA
Decimal198220202
Binary110001101101110011001010
Octal306334312

Shades and tints

Shades of #C6DCCA

#C6DCCA
(198,220,202)
#B4C8B8
(180,200,184)
#A2B4A6
(162,180,166)
#90A094
(144,160,148)
#7E8C82
(126,140,130)
#6C7870
(108,120,112)
#5A645E
(90,100,94)
#48504C
(72,80,76)
#363C3A
(54,60,58)
#242828
(36,40,40)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C6DCCA

#C6DCCA
(198,220,202)
#CBDFCE
(203,223,206)
#D0E2D2
(208,226,210)
#D5E5D6
(213,229,214)
#DAE8DA
(218,232,218)
#DFEBDE
(223,235,222)
#E4EEE2
(228,238,226)
#E9F1E6
(233,241,230)
#EEF4EA
(238,244,234)
#F3F7EE
(243,247,238)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DCCA; }

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

This text font color is #C6DCCA.


Background Color

.myBgColor { background-color: #C6DCCA; }

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

This div background color is #C6DCCA.


Border color

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

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

This div border color is #C6DCCA.


Opacity

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

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

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

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

This text has shadow with #C6DCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DCCA on black background.


Color preview on white background

This text has color #C6DCCA on white background.



Black color preview on #C6DCCA background

This text has black color on #C6DCCA background.


White color preview on #C6DCCA background

This text has white color on #C6DCCA background.