COLOR #C5FBDB

HEX: #C5FBDB RGB: (197,251,219)

Color info

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

RGB color model

#C5FBDB color RGB value is (197,251,219).

RGB: (197,251,219) (77%, 98%, 86%)

RGB channels and saturation

R 197 of 255 = 77%
G 251 of 255 = 98%
B 219 of 255 = 86%

197
251
219

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

Portions of RGB colors in percentages

R + G + B = 197 + 251 + 219 = 667 (100%)
R 197 of 667 ~ 29.54%
G 251 of 667 ~ 37.63%
B 219 of 667 ~ 32.83'%

%29.54
%37.63
%32.83

CMYK color model

#C5FBDB color CMYK value is (22,0,13,2).

  • cyan value is 21.51%
  • magenta value is 0.00%
  • yellow value is 12.75%
  • key color value is 1.57%

CMYK: (22,0,13,2)
C22M0Y13K2 (22%, 0%, 13%, 2%)
(0.22 / 0.00 / 0.13 / 0.02)

CMYK percentages

%21.51
%0
%12.75
%1.57

Codes

Color #C5FBDB in popluar color models

C5 FB DB
RGB 197 251 219
HSL 144° 87.10% 87.84%
HSB/HSV 144° 21.51% 98.43%
CMYK 21.51% 0.00% 12.75%
1.57%

Color #C5FBDB in popluar number systems.

HEX C5 FB DB
Decimal 197 251 219
Binary 11000101 11111011 11011011
Octal 305 373 333

Shades and tints

Shades of #C5FBDB

#C5FBDB
(197,251,219)
#B4E5C8
(180,229,200)
#A3CFB5
(163,207,181)
#92B9A2
(146,185,162)
#81A38F
(129,163,143)
#708D7C
(112,141,124)
#5F7769
(95,119,105)
#4E6156
(78,97,86)
#3D4B43
(61,75,67)
#2C3530
(44,53,48)
#1B1F1D
(27,31,29)
#000000
(0,0,0)

Tints of #C5FBDB

#C5FBDB
(197,251,219)
#CAFBDE
(202,251,222)
#CFFBE1
(207,251,225)
#D4FBE4
(212,251,228)
#D9FBE7
(217,251,231)
#DEFBEA
(222,251,234)
#E3FBED
(227,251,237)
#E8FBF0
(232,251,240)
#EDFBF3
(237,251,243)
#F2FBF6
(242,251,246)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5FBDB color. Also use rgb(197,251,219) instead hex code.

Text Font Color

.myTextColor { color: #C5FBDB; }

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

This text font color is #C5FBDB.

Background Color

.myBgColor { background-color: #C5FBDB; }

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

This div background color is #C5FBDB.

Border color

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

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

This div border color is #C5FBDB.

Opacity

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

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

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

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

This text has shadow with #C5FBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5FBDB.

Preview

Color preview on black background

This text has color #C5FBDB on black background.


Color preview on white background

This text has color #C5FBDB on white background.


Black color preview on #C5FBDB background

This text has black color on #C5FBDB background.


White color preview on #C5FBDB background

This text has white color on #C5FBDB background.


Related colors

Complementary color

Complementary color for #hex is #3A0424.


I love getcolorcode.com

Triadic colors

1 #DBC5FB and #FBDBC5 with #C5FBDB are triadic colors.

2 #DBFBC5 and #FBC5DB with #C5FBDB are triadic colors.