COLOR #C6EFE4

HEX: #C6EFE4 RGB: (198,239,228)

Color info

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

RGB color model

#C6EFE4 color RGB value is (198,239,228).

RGB: (198,239,228) (78%, 94%, 89%)

RGB channels and saturation

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

198
239
228

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

Portions of RGB colors in percentages

R + G + B = 198 + 239 + 228 = 665 (100%)
R 198 of 665 ~ 29.77%
G 239 of 665 ~ 35.94%
B 228 of 665 ~ 34.29'%

%29.77
%35.94
%34.29

CMYK color model

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

  • cyan value is 17.15%
  • magenta value is 0.00%
  • yellow value is 4.60%
  • 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
%4.6
%6.27

Codes

Color #C6EFE4 in popluar color models

C6 EF E4
RGB 198 239 228
HSL 164° 56.16% 85.69%
HSB/HSV 164° 17.15% 93.73%
CMYK 17.15% 0.00% 4.60%
6.27%

Color #C6EFE4 in popluar number systems.

HEX C6 EF E4
Decimal 198 239 228
Binary 11000110 11101111 11100100
Octal 306 357 344

Shades and tints

Shades of #C6EFE4

#C6EFE4
(198,239,228)
#B4DAD0
(180,218,208)
#A2C5BC
(162,197,188)
#90B0A8
(144,176,168)
#7E9B94
(126,155,148)
#6C8680
(108,134,128)
#5A716C
(90,113,108)
#485C58
(72,92,88)
#364744
(54,71,68)
#243230
(36,50,48)
#121D1C
(18,29,28)
#000000
(0,0,0)

Tints of #C6EFE4

#C6EFE4
(198,239,228)
#CBF0E6
(203,240,230)
#D0F1E8
(208,241,232)
#D5F2EA
(213,242,234)
#DAF3EC
(218,243,236)
#DFF4EE
(223,244,238)
#E4F5F0
(228,245,240)
#E9F6F2
(233,246,242)
#EEF7F4
(238,247,244)
#F3F8F6
(243,248,246)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EFE4; }

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

This text font color is #C6EFE4.

Background Color

.myBgColor { background-color: #C6EFE4; }

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

This div background color is #C6EFE4.

Border color

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

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

This div border color is #C6EFE4.

Opacity

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

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

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

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

This text has shadow with #C6EFE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EFE4.

Preview

Color preview on black background

This text has color #C6EFE4 on black background.


Color preview on white background

This text has color #C6EFE4 on white background.


Black color preview on #C6EFE4 background

This text has black color on #C6EFE4 background.


White color preview on #C6EFE4 background

This text has white color on #C6EFE4 background.


Related colors

Complementary color

Complementary color for #hex is #39101B.


I love getcolorcode.com

Triadic colors

1 #E4C6EF and #EFE4C6 with #C6EFE4 are triadic colors.

2 #E4EFC6 and #EFC6E4 with #C6EFE4 are triadic colors.