COLOR #C6E5EA

HEX: #C6E5EA
RGB: (198,229,234)

Color info

#C6E5EA contains red, green and blue colors in about the same proportion. Web safe color of #C6E5EA is #CCCCFF (or #CCF).

RGB color model

#C6E5EA color RGB value is (198,229,234).

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

RGB channels and saturation

R 198 of 255 = 78%
G 229 of 255 = 90%
B 234 of 255 = 92%

198
229
234

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

Portions of RGB colors in percentages

R + G + B =
198 + 229 + 234 = 661 (100%)
R 198 of 661 ~ 29.95%
G 229 of 661 ~ 34.64%
B 234 of 661 ~ 35.4%

%29.95
%34.64
%35.4

CMYK color model

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

  • cyan value is 15.38%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(15,2,0,8)
C15M2Y0K8 
(15%,2%,0%,8%)
(0.15/0.02/0.00/0.08)	

CMYK percentages

%15.38
%2.14
%0
%8.24

Codes

Color #C6E5EA in popluar color models

C6E5EA
RGB198229234
HSL188°46.15%84.71%
HSB/HSV188°15.38%91.76%
CMYK15.38%2.14%0.00%
8.24%

Color #C6E5EA in popluar number systems.

HEXC6E5EA
Decimal198229234
Binary110001101110010111101010
Octal306345352

Shades and tints

Shades of #C6E5EA

#C6E5EA
(198,229,234)
#B4D1D5
(180,209,213)
#A2BDC0
(162,189,192)
#90A9AB
(144,169,171)
#7E9596
(126,149,150)
#6C8181
(108,129,129)
#5A6D6C
(90,109,108)
#485957
(72,89,87)
#364542
(54,69,66)
#24312D
(36,49,45)
#121D18
(18,29,24)
#000000
(0,0,0)

Tints of #C6E5EA

#C6E5EA
(198,229,234)
#CBE7EB
(203,231,235)
#D0E9EC
(208,233,236)
#D5EBED
(213,235,237)
#DAEDEE
(218,237,238)
#DFEFEF
(223,239,239)
#E4F1F0
(228,241,240)
#E9F3F1
(233,243,241)
#EEF5F2
(238,245,242)
#F3F7F3
(243,247,243)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E5EA; }

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

This text font color is #C6E5EA.


Background Color

.myBgColor { background-color: #C6E5EA; }

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

This div background color is #C6E5EA.


Border color

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

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

This div border color is #C6E5EA.


Opacity

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

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

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

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

This text has shadow with #C6E5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E5EA on black background.


Color preview on white background

This text has color #C6E5EA on white background.



Black color preview on #C6E5EA background

This text has black color on #C6E5EA background.


White color preview on #C6E5EA background

This text has white color on #C6E5EA background.