COLOR #C6EFE3

HEX: #C6EFE3
RGB: (198,239,227)

Color info

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

RGB color model

#C6EFE3 color RGB value is (198,239,227).

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

RGB channels and saturation

R 198 of 255 = 78%
G 239 of 255 = 94%
B 227 of 255 = 89%

198
239
227

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

Portions of RGB colors in percentages

R + G + B =
198 + 239 + 227 = 664 (100%)
R 198 of 664 ~ 29.82%
G 239 of 664 ~ 35.99%
B 227 of 664 ~ 34.19%

%29.82
%35.99
%34.19

CMYK color model

#C6EFE3 color CMYK value is (17,0,5,6).

  • cyan value is 17.15%
  • magenta value is 0.00%
  • yellow value is 5.02%
  • key color value is 6.27%
CMYK:
(17,0,5,6)
C17M0Y5K6 
(17%,0%,5%,6%)
(0.17/0.00/0.05/0.06)	

CMYK percentages

%17.15
%0
%5.02
%6.27

Codes

Color #C6EFE3 in popluar color models

C6EFE3
RGB198239227
HSL162°56.16%85.69%
HSB/HSV162°17.15%93.73%
CMYK17.15%0.00%5.02%
6.27%

Color #C6EFE3 in popluar number systems.

HEXC6EFE3
Decimal198239227
Binary110001101110111111100011
Octal306357343

Shades and tints

Shades of #C6EFE3

#C6EFE3
(198,239,227)
#B4DACF
(180,218,207)
#A2C5BB
(162,197,187)
#90B0A7
(144,176,167)
#7E9B93
(126,155,147)
#6C867F
(108,134,127)
#5A716B
(90,113,107)
#485C57
(72,92,87)
#364743
(54,71,67)
#24322F
(36,50,47)
#121D1B
(18,29,27)
#000000
(0,0,0)

Tints of #C6EFE3

#C6EFE3
(198,239,227)
#CBF0E5
(203,240,229)
#D0F1E7
(208,241,231)
#D5F2E9
(213,242,233)
#DAF3EB
(218,243,235)
#DFF4ED
(223,244,237)
#E4F5EF
(228,245,239)
#E9F6F1
(233,246,241)
#EEF7F3
(238,247,243)
#F3F8F5
(243,248,245)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EFE3; }

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

This text font color is #C6EFE3.


Background Color

.myBgColor { background-color: #C6EFE3; }

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

This div background color is #C6EFE3.


Border color

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

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

This div border color is #C6EFE3.


Opacity

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

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

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

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

This text has shadow with #C6EFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EFE3 on black background.


Color preview on white background

This text has color #C6EFE3 on white background.



Black color preview on #C6EFE3 background

This text has black color on #C6EFE3 background.


White color preview on #C6EFE3 background

This text has white color on #C6EFE3 background.