COLOR #C5E5D1

HEX: #C5E5D1
RGB: (197,229,209)

Renk bilgisi

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

RGB renk modeli

#C5E5D1 color RGB value is (197,229,209).

  • kırmız ton 197;
  • yeşil ton 229;
  • mavi ton 209.
RGB:
(197,229,209)
(77%,90%,82%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 229 of 255 = 90%
B 209 of 255 = 82%

197
229
209

R + G + B ~ 83%. #C5E5D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 229 + 209 = 635 (100%)
R 197 of 635 ~ 31.02%
G 229 of 635 ~ 36.06%
B 209 of 635 ~ 32.91%

%31.02
%36.06
%32.91

CMYK RENK MODELİ

#C5E5D1 rengi CMYK tonu (14,0,9,10).

  • camgöbeği tonu 13.97%
  • eflatun tonu 0.00%
  • sarı tonu 8.73%
  • ana renk tonu 10.20%
CMYK:
(14,0,9,10)
C14M0Y9K10 
(14%,0%,9%,10%)
(0.14/0.00/0.09/0.10)	

CMYK yüzdeleri

%13.97
%0
%8.73
%10.2

Codes

Color #C5E5D1 in popluar color models

C5E5D1
RGB197229209
HSL143°38.10%83.53%
HSB/HSV143°13.97%89.80%
CMYK13.97%0.00%8.73%
10.20%

Color #C5E5D1 in popluar number systems.

HEXC5E5D1
Decimal197229209
Binary110001011110010111010001
Octal305345321

Shades and tints

Shades of #C5E5D1

#C5E5D1
(197,229,209)
#B4D1BE
(180,209,190)
#A3BDAB
(163,189,171)
#92A998
(146,169,152)
#819585
(129,149,133)
#708172
(112,129,114)
#5F6D5F
(95,109,95)
#4E594C
(78,89,76)
#3D4539
(61,69,57)
#2C3126
(44,49,38)
#1B1D13
(27,29,19)
#000000
(0,0,0)

Tints of #C5E5D1

#C5E5D1
(197,229,209)
#CAE7D5
(202,231,213)
#CFE9D9
(207,233,217)
#D4EBDD
(212,235,221)
#D9EDE1
(217,237,225)
#DEEFE5
(222,239,229)
#E3F1E9
(227,241,233)
#E8F3ED
(232,243,237)
#EDF5F1
(237,245,241)
#F2F7F5
(242,247,245)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E5D1 color. Also use rgb(197,229,209) instead hex code.

Text Font Color

.myTextColor { color: #C5E5D1; }

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

This text font color is #C5E5D1.


Background Color

.myBgColor { background-color: #C5E5D1; }

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

This div background color is #C5E5D1.


Border color

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

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

This div border color is #C5E5D1.


Opacity

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

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

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

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

This text has shadow with #C5E5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E5D1 on black background.


Color preview on white background

This text has color #C5E5D1 on white background.



Black color preview on #C5E5D1 background

This text has black color on #C5E5D1 background.


White color preview on #C5E5D1 background

This text has white color on #C5E5D1 background.