COLOR #C6FBE1

HEX: #C6FBE1 RGB: (198,251,225)

Color info

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

RGB color model

#C6FBE1 color RGB value is (198,251,225).

RGB: (198,251,225) (78%, 98%, 88%)

RGB channels and saturation

R 198 of 255 = 78%
G 251 of 255 = 98%
B 225 of 255 = 88%

198
251
225

R + G + B ~ 88%. #C6FBE1 is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 251 + 225 = 674 (100%)
R 198 of 674 ~ 29.38%
G 251 of 674 ~ 37.24%
B 225 of 674 ~ 33.38'%

%29.38
%37.24
%33.38

CMYK color model

#C6FBE1 color CMYK value is (21,0,10,2).

  • cyan value is 21.12%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 1.57%
CMYK: (21,0,10,2) C21M0Y10K2 (21%,0%,10%,2%) (0.21/0.00/0.10/0.02) 

CMYK percentages

%21.12
%0
%10.36
%1.57

Codes

Color #C6FBE1 in popluar color models

C6 FB E1
RGB 198 251 225
HSL 151° 86.89% 88.04%
HSB/HSV 151° 21.12% 98.43%
CMYK 21.12% 0.00% 10.36%
1.57%

Color #C6FBE1 in popluar number systems.

HEX C6 FB E1
Decimal 198 251 225
Binary 11000110 11111011 11100001
Octal 306 373 341

Shades and tints

Shades of #C6FBE1

#C6FBE1
(198,251,225)
#B4E5CD
(180,229,205)
#A2CFB9
(162,207,185)
#90B9A5
(144,185,165)
#7EA391
(126,163,145)
#6C8D7D
(108,141,125)
#5A7769
(90,119,105)
#486155
(72,97,85)
#364B41
(54,75,65)
#24352D
(36,53,45)
#121F19
(18,31,25)
#000000
(0,0,0)

Tints of #C6FBE1

#C6FBE1
(198,251,225)
#CBFBE3
(203,251,227)
#D0FBE5
(208,251,229)
#D5FBE7
(213,251,231)
#DAFBE9
(218,251,233)
#DFFBEB
(223,251,235)
#E4FBED
(228,251,237)
#E9FBEF
(233,251,239)
#EEFBF1
(238,251,241)
#F3FBF3
(243,251,243)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6FBE1 color. Also use rgb(198,251,225) instead hex code.

Text Font Color

.myTextColor { color: #C6FBE1; }

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

This text font color is #C6FBE1.

Background Color

.myBgColor { background-color: #C6FBE1; }

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

This div background color is #C6FBE1.

Border color

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

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

This div border color is #C6FBE1.

Opacity

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

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

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

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

This text has shadow with #C6FBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6FBE1.

Preview

Color preview on black background

This text has color #C6FBE1 on black background.


Color preview on white background

This text has color #C6FBE1 on white background.


Black color preview on #C6FBE1 background

This text has black color on #C6FBE1 background.


White color preview on #C6FBE1 background

This text has white color on #C6FBE1 background.


Related colors

Complementary color

Complementary color for #hex is #39041E.


I love getcolorcode.com

Triadic colors

1 #E1C6FB and #FBE1C6 with #C6FBE1 are triadic colors.

2 #E1FBC6 and #FBC6E1 with #C6FBE1 are triadic colors.