COLOR #C6DFAA

HEX: #C6DFAA RGB: (198,223,170)

Color info

#C6DFAA contains red, green and blue colors in about the same proportion. Web safe color of #C6DFAA is #CCCC99 (or #CC9).

RGB color model

#C6DFAA color RGB value is (198,223,170).

RGB: (198,223,170) (78%, 87%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 223 of 255 = 87%
B 170 of 255 = 67%

198
223
170

R + G + B ~ 77%. #C6DFAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 223 + 170 = 591 (100%)
R 198 of 591 ~ 33.5%
G 223 of 591 ~ 37.73%
B 170 of 591 ~ 28.76'%

%33.5
%37.73
%28.76

CMYK color model

#C6DFAA color CMYK value is (11,0,24,13).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 23.77%
  • key color value is 12.55%

CMYK: (11,0,24,13)
C11M0Y24K13 (11%, 0%, 24%, 13%)
(0.11 / 0.00 / 0.24 / 0.13)

CMYK percentages

%11.21
%0
%23.77
%12.55

Codes

Color #C6DFAA in popluar color models

C6 DF AA
RGB 198 223 170
HSL 88° 45.30% 77.06%
HSB/HSV 88° 23.77% 87.45%
CMYK 11.21% 0.00% 23.77%
12.55%

Color #C6DFAA in popluar number systems.

HEX C6 DF AA
Decimal 198 223 170
Binary 11000110 11011111 10101010
Octal 306 337 252

Shades and tints

Shades of #C6DFAA

#C6DFAA
(198,223,170)
#B4CB9B
(180,203,155)
#A2B78C
(162,183,140)
#90A37D
(144,163,125)
#7E8F6E
(126,143,110)
#6C7B5F
(108,123,95)
#5A6750
(90,103,80)
#485341
(72,83,65)
#363F32
(54,63,50)
#242B23
(36,43,35)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #C6DFAA

#C6DFAA
(198,223,170)
#CBE1B1
(203,225,177)
#D0E3B8
(208,227,184)
#D5E5BF
(213,229,191)
#DAE7C6
(218,231,198)
#DFE9CD
(223,233,205)
#E4EBD4
(228,235,212)
#E9EDDB
(233,237,219)
#EEEFE2
(238,239,226)
#F3F1E9
(243,241,233)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DFAA color. Also use rgb(198,223,170) instead hex code.

Text Font Color

.myTextColor { color: #C6DFAA; }

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

This text font color is #C6DFAA.

Background Color

.myBgColor { background-color: #C6DFAA; }

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

This div background color is #C6DFAA.

Border color

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

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

This div border color is #C6DFAA.

Opacity

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

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

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

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

This text has shadow with #C6DFAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DFAA.

Preview

Color preview on black background

This text has color #C6DFAA on black background.


Color preview on white background

This text has color #C6DFAA on white background.


Black color preview on #C6DFAA background

This text has black color on #C6DFAA background.


White color preview on #C6DFAA background

This text has white color on #C6DFAA background.


Related colors

Complementary color

Complementary color for #hex is #392055.


I love getcolorcode.com

Triadic colors

1 #AAC6DF and #DFAAC6 with #C6DFAA are triadic colors.

2 #AADFC6 and #DFC6AA with #C6DFAA are triadic colors.