COLOR #C5E9D8

HEX: #C5E9D8
RGB: (197,233,216)

Renk bilgisi

#C5E9D8 contains red, green and blue colors in about the same proportion. #C5E9D8 ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#C5E9D8 color RGB value is (197,233,216).

  • kırmız ton 197;
  • yeşil ton 233;
  • mavi ton 216.
RGB:
(197,233,216)
(77%,91%,85%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 233 of 255 = 91%
B 216 of 255 = 85%

197
233
216

R + G + B ~ 84%. #C5E9D8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 233 + 216 = 646 (100%)
R 197 of 646 ~ 30.5%
G 233 of 646 ~ 36.07%
B 216 of 646 ~ 33.44%

%30.5
%36.07
%33.44

CMYK RENK MODELİ

#C5E9D8 rengi CMYK tonu (15,0,7,9).

  • camgöbeği tonu 15.45%
  • eflatun tonu 0.00%
  • sarı tonu 7.30%
  • ana renk tonu 8.63%
CMYK:
(15,0,7,9)
C15M0Y7K9 
(15%,0%,7%,9%)
(0.15/0.00/0.07/0.09)	

CMYK yüzdeleri

%15.45
%0
%7.3
%8.63

Codes

Color #C5E9D8 in popluar color models

C5E9D8
RGB197233216
HSL152°45.00%84.31%
HSB/HSV152°15.45%91.37%
CMYK15.45%0.00%7.30%
8.63%

Color #C5E9D8 in popluar number systems.

HEXC5E9D8
Decimal197233216
Binary110001011110100111011000
Octal305351330

Shades and tints

Shades of #C5E9D8

#C5E9D8
(197,233,216)
#B4D4C5
(180,212,197)
#A3BFB2
(163,191,178)
#92AA9F
(146,170,159)
#81958C
(129,149,140)
#708079
(112,128,121)
#5F6B66
(95,107,102)
#4E5653
(78,86,83)
#3D4140
(61,65,64)
#2C2C2D
(44,44,45)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #C5E9D8

#C5E9D8
(197,233,216)
#CAEBDB
(202,235,219)
#CFEDDE
(207,237,222)
#D4EFE1
(212,239,225)
#D9F1E4
(217,241,228)
#DEF3E7
(222,243,231)
#E3F5EA
(227,245,234)
#E8F7ED
(232,247,237)
#EDF9F0
(237,249,240)
#F2FBF3
(242,251,243)
#F7FDF6
(247,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E9D8 color. Also use rgb(197,233,216) instead hex code.

Text Font Color

.myTextColor { color: #C5E9D8; }

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

This text font color is #C5E9D8.


Background Color

.myBgColor { background-color: #C5E9D8; }

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

This div background color is #C5E9D8.


Border color

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

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

This div border color is #C5E9D8.


Opacity

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

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

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

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

This text has shadow with #C5E9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E9D8 on black background.


Color preview on white background

This text has color #C5E9D8 on white background.



Black color preview on #C5E9D8 background

This text has black color on #C5E9D8 background.


White color preview on #C5E9D8 background

This text has white color on #C5E9D8 background.