COLOR #C6EEEA

HEX: #C6EEEA RGB: (198,238,234)

Color info

#C6EEEA contains red, green and blue colors in about the same proportion. Web safe color of #C6EEEA is #CCFFFF (or #CFF).

RGB color model

#C6EEEA color RGB value is (198,238,234).

RGB: (198,238,234) (78%, 93%, 92%)

RGB channels and saturation

R 198 of 255 = 78%
G 238 of 255 = 93%
B 234 of 255 = 92%

198
238
234

R + G + B ~ 88%. #C6EEEA is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 238 + 234 = 670 (100%)
R 198 of 670 ~ 29.55%
G 238 of 670 ~ 35.52%
B 234 of 670 ~ 34.93'%

%29.55
%35.52
%34.93

CMYK color model

#C6EEEA color CMYK value is (17,0,2,7).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 1.68%
  • key color value is 6.67%

CMYK: (17,0,2,7)
C17M0Y2K7 (17%, 0%, 2%, 7%)
(0.17 / 0.00 / 0.02 / 0.07)

CMYK percentages

%16.81
%0
%1.68
%6.67

Codes

Color #C6EEEA in popluar color models

C6 EE EA
RGB 198 238 234
HSL 174° 54.05% 85.49%
HSB/HSV 174° 16.81% 93.33%
CMYK 16.81% 0.00% 1.68%
6.67%

Color #C6EEEA in popluar number systems.

HEX C6 EE EA
Decimal 198 238 234
Binary 11000110 11101110 11101010
Octal 306 356 352

Shades and tints

Shades of #C6EEEA

#C6EEEA
(198,238,234)
#B4D9D5
(180,217,213)
#A2C4C0
(162,196,192)
#90AFAB
(144,175,171)
#7E9A96
(126,154,150)
#6C8581
(108,133,129)
#5A706C
(90,112,108)
#485B57
(72,91,87)
#364642
(54,70,66)
#24312D
(36,49,45)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #C6EEEA

#C6EEEA
(198,238,234)
#CBEFEB
(203,239,235)
#D0F0EC
(208,240,236)
#D5F1ED
(213,241,237)
#DAF2EE
(218,242,238)
#DFF3EF
(223,243,239)
#E4F4F0
(228,244,240)
#E9F5F1
(233,245,241)
#EEF6F2
(238,246,242)
#F3F7F3
(243,247,243)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EEEA color. Also use rgb(198,238,234) instead hex code.

Text Font Color

.myTextColor { color: #C6EEEA; }

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

This text font color is #C6EEEA.

Background Color

.myBgColor { background-color: #C6EEEA; }

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

This div background color is #C6EEEA.

Border color

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

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

This div border color is #C6EEEA.

Opacity

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

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

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

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

This text has shadow with #C6EEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EEEA.

Preview

Color preview on black background

This text has color #C6EEEA on black background.


Color preview on white background

This text has color #C6EEEA on white background.


Black color preview on #C6EEEA background

This text has black color on #C6EEEA background.


White color preview on #C6EEEA background

This text has white color on #C6EEEA background.


Related colors

Complementary color

Complementary color for #hex is #391115.


I love getcolorcode.com

Triadic colors

1 #EAC6EE and #EEEAC6 with #C6EEEA are triadic colors.

2 #EAEEC6 and #EEC6EA with #C6EEEA are triadic colors.