COLOR #C5FFD7

HEX: #C5FFD7 RGB: (197,255,215)

Color info

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

RGB color model

#C5FFD7 color RGB value is (197,255,215).

RGB: (197,255,215) (77%, 100%, 84%)

RGB channels and saturation

R 197 of 255 = 77%
G 255 of 255 = 100%
B 215 of 255 = 84%

197
255
215

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

Portions of RGB colors in percentages

R + G + B = 197 + 255 + 215 = 667 (100%)
R 197 of 667 ~ 29.54%
G 255 of 667 ~ 38.23%
B 215 of 667 ~ 32.23'%

%29.54
%38.23
%32.23

CMYK color model

#C5FFD7 color CMYK value is (23,0,16,0).

  • cyan value is 22.75%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 0.00%

CMYK: (23,0,16,0)
C23M0Y16K0 (23%, 0%, 16%, 0%)
(0.23 / 0.00 / 0.16 / 0.00)

CMYK percentages

%22.75
%0
%15.69
%0

Codes

Color #C5FFD7 in popluar color models

C5 FF D7
RGB 197 255 215
HSL 139° 100.00% 88.63%
HSB/HSV 139° 22.75% 100.00%
CMYK 22.75% 0.00% 15.69%
0.00%

Color #C5FFD7 in popluar number systems.

HEX C5 FF D7
Decimal 197 255 215
Binary 11000101 11111111 11010111
Octal 305 377 327

Shades and tints

Shades of #C5FFD7

#C5FFD7
(197,255,215)
#B4E8C4
(180,232,196)
#A3D1B1
(163,209,177)
#92BA9E
(146,186,158)
#81A38B
(129,163,139)
#708C78
(112,140,120)
#5F7565
(95,117,101)
#4E5E52
(78,94,82)
#3D473F
(61,71,63)
#2C302C
(44,48,44)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #C5FFD7

#C5FFD7
(197,255,215)
#CAFFDA
(202,255,218)
#CFFFDD
(207,255,221)
#D4FFE0
(212,255,224)
#D9FFE3
(217,255,227)
#DEFFE6
(222,255,230)
#E3FFE9
(227,255,233)
#E8FFEC
(232,255,236)
#EDFFEF
(237,255,239)
#F2FFF2
(242,255,242)
#F7FFF5
(247,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5FFD7 color. Also use rgb(197,255,215) instead hex code.

Text Font Color

.myTextColor { color: #C5FFD7; }

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

This text font color is #C5FFD7.

Background Color

.myBgColor { background-color: #C5FFD7; }

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

This div background color is #C5FFD7.

Border color

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

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

This div border color is #C5FFD7.

Opacity

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

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

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

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

This text has shadow with #C5FFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5FFD7.

Preview

Color preview on black background

This text has color #C5FFD7 on black background.


Color preview on white background

This text has color #C5FFD7 on white background.


Black color preview on #C5FFD7 background

This text has black color on #C5FFD7 background.


White color preview on #C5FFD7 background

This text has white color on #C5FFD7 background.


Related colors

Complementary color

Complementary color for #hex is #3A0028.


I love getcolorcode.com

Triadic colors

1 #D7C5FF and #FFD7C5 with #C5FFD7 are triadic colors.

2 #D7FFC5 and #FFC5D7 with #C5FFD7 are triadic colors.