COLOR #C6EAE9

HEX: #C6EAE9 RGB: (198,234,233)

Color info

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

RGB color model

#C6EAE9 color RGB value is (198,234,233).

RGB: (198,234,233) (78%, 92%, 91%)

RGB channels and saturation

R 198 of 255 = 78%
G 234 of 255 = 92%
B 233 of 255 = 91%

198
234
233

R + G + B ~ 87%. #C6EAE9 is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 234 + 233 = 665 (100%)
R 198 of 665 ~ 29.77%
G 234 of 665 ~ 35.19%
B 233 of 665 ~ 35.04'%

%29.77
%35.19
%35.04

CMYK color model

#C6EAE9 color CMYK value is (15,0,0,8).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 8.24%
CMYK: (15,0,0,8) C15M0Y0K8 (15%,0%,0%,8%) (0.15/0.00/0.00/0.08) 

CMYK percentages

%15.38
%0
%0.43
%8.24

Codes

Color #C6EAE9 in popluar color models

C6 EA E9
RGB 198 234 233
HSL 178° 46.15% 84.71%
HSB/HSV 178° 15.38% 91.76%
CMYK 15.38% 0.00% 0.43%
8.24%

Color #C6EAE9 in popluar number systems.

HEX C6 EA E9
Decimal 198 234 233
Binary 11000110 11101010 11101001
Octal 306 352 351

Shades and tints

Shades of #C6EAE9

#C6EAE9
(198,234,233)
#B4D5D4
(180,213,212)
#A2C0BF
(162,192,191)
#90ABAA
(144,171,170)
#7E9695
(126,150,149)
#6C8180
(108,129,128)
#5A6C6B
(90,108,107)
#485756
(72,87,86)
#364241
(54,66,65)
#242D2C
(36,45,44)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #C6EAE9

#C6EAE9
(198,234,233)
#CBEBEB
(203,235,235)
#D0ECED
(208,236,237)
#D5EDEF
(213,237,239)
#DAEEF1
(218,238,241)
#DFEFF3
(223,239,243)
#E4F0F5
(228,240,245)
#E9F1F7
(233,241,247)
#EEF2F9
(238,242,249)
#F3F3FB
(243,243,251)
#F8F4FD
(248,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EAE9; }

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

This text font color is #C6EAE9.

Background Color

.myBgColor { background-color: #C6EAE9; }

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

This div background color is #C6EAE9.

Border color

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

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

This div border color is #C6EAE9.

Opacity

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

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

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

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

This text has shadow with #C6EAE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EAE9.

Preview

Color preview on black background

This text has color #C6EAE9 on black background.


Color preview on white background

This text has color #C6EAE9 on white background.


Black color preview on #C6EAE9 background

This text has black color on #C6EAE9 background.


White color preview on #C6EAE9 background

This text has white color on #C6EAE9 background.


Related colors

Complementary color

Complementary color for #hex is #391516.


I love getcolorcode.com

Triadic colors

1 #E9C6EA and #EAE9C6 with #C6EAE9 are triadic colors.

2 #E9EAC6 and #EAC6E9 with #C6EAE9 are triadic colors.