COLOR #C6EAE3

HEX: #C6EAE3
RGB: (198,234,227)

Color info

#C6EAE3 contains red, green and blue colors in about the same proportion. Web safe color of #C6EAE3 is #CCFFCC (or #CFC).

RGB color model

#C6EAE3 color RGB value is (198,234,227).

  • red value is 198;
  • green value is 234;
  • blue value is 227.
RGB:
(198,234,227)
(78%,92%,89%)

RGB channels and saturation

R 198 of 255 = 78%
G 234 of 255 = 92%
B 227 of 255 = 89%

198
234
227

R + G + B ~ 86%. #C6EAE3 is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 234 + 227 = 659 (100%)
R 198 of 659 ~ 30.05%
G 234 of 659 ~ 35.51%
B 227 of 659 ~ 34.45%

%30.05
%35.51
%34.45

CMYK color model

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

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 2.99%
  • key color value is 8.24%
CMYK:
(15,0,3,8)
C15M0Y3K8 
(15%,0%,3%,8%)
(0.15/0.00/0.03/0.08)	

CMYK percentages

%15.38
%0
%2.99
%8.24

Codes

Color #C6EAE3 in popluar color models

C6EAE3
RGB198234227
HSL168°46.15%84.71%
HSB/HSV168°15.38%91.76%
CMYK15.38%0.00%2.99%
8.24%

Color #C6EAE3 in popluar number systems.

HEXC6EAE3
Decimal198234227
Binary110001101110101011100011
Octal306352343

Shades and tints

Shades of #C6EAE3

#C6EAE3
(198,234,227)
#B4D5CF
(180,213,207)
#A2C0BB
(162,192,187)
#90ABA7
(144,171,167)
#7E9693
(126,150,147)
#6C817F
(108,129,127)
#5A6C6B
(90,108,107)
#485757
(72,87,87)
#364243
(54,66,67)
#242D2F
(36,45,47)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #C6EAE3

#C6EAE3
(198,234,227)
#CBEBE5
(203,235,229)
#D0ECE7
(208,236,231)
#D5EDE9
(213,237,233)
#DAEEEB
(218,238,235)
#DFEFED
(223,239,237)
#E4F0EF
(228,240,239)
#E9F1F1
(233,241,241)
#EEF2F3
(238,242,243)
#F3F3F5
(243,243,245)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EAE3; }

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

This text font color is #C6EAE3.


Background Color

.myBgColor { background-color: #C6EAE3; }

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

This div background color is #C6EAE3.


Border color

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

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

This div border color is #C6EAE3.


Opacity

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

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

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

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

This text has shadow with #C6EAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EAE3 on black background.


Color preview on white background

This text has color #C6EAE3 on white background.



Black color preview on #C6EAE3 background

This text has black color on #C6EAE3 background.


White color preview on #C6EAE3 background

This text has white color on #C6EAE3 background.