COLOR #C5E4CD

HEX: #C5E4CD
RGB: (197,228,205)

Renk bilgisi

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

RGB renk modeli

#C5E4CD color RGB value is (197,228,205).

  • kırmız ton 197;
  • yeşil ton 228;
  • mavi ton 205.
RGB:
(197,228,205)
(77%,89%,80%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 228 of 255 = 89%
B 205 of 255 = 80%

197
228
205

R + G + B ~ 82%. #C5E4CD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 228 + 205 = 630 (100%)
R 197 of 630 ~ 31.27%
G 228 of 630 ~ 36.19%
B 205 of 630 ~ 32.54%

%31.27
%36.19
%32.54

CMYK RENK MODELİ

#C5E4CD rengi CMYK tonu (14,0,10,11).

  • camgöbeği tonu 13.60%
  • eflatun tonu 0.00%
  • sarı tonu 10.09%
  • ana renk tonu 10.59%
CMYK:
(14,0,10,11)
C14M0Y10K11 
(14%,0%,10%,11%)
(0.14/0.00/0.10/0.11)	

CMYK yüzdeleri

%13.6
%0
%10.09
%10.59

Codes

Color #C5E4CD in popluar color models

C5E4CD
RGB197228205
HSL135°36.47%83.33%
HSB/HSV135°13.60%89.41%
CMYK13.60%0.00%10.09%
10.59%

Color #C5E4CD in popluar number systems.

HEXC5E4CD
Decimal197228205
Binary110001011110010011001101
Octal305344315

Shades and tints

Shades of #C5E4CD

#C5E4CD
(197,228,205)
#B4D0BB
(180,208,187)
#A3BCA9
(163,188,169)
#92A897
(146,168,151)
#819485
(129,148,133)
#708073
(112,128,115)
#5F6C61
(95,108,97)
#4E584F
(78,88,79)
#3D443D
(61,68,61)
#2C302B
(44,48,43)
#1B1C19
(27,28,25)
#000000
(0,0,0)

Tints of #C5E4CD

#C5E4CD
(197,228,205)
#CAE6D1
(202,230,209)
#CFE8D5
(207,232,213)
#D4EAD9
(212,234,217)
#D9ECDD
(217,236,221)
#DEEEE1
(222,238,225)
#E3F0E5
(227,240,229)
#E8F2E9
(232,242,233)
#EDF4ED
(237,244,237)
#F2F6F1
(242,246,241)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E4CD color. Also use rgb(197,228,205) instead hex code.

Text Font Color

.myTextColor { color: #C5E4CD; }

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

This text font color is #C5E4CD.


Background Color

.myBgColor { background-color: #C5E4CD; }

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

This div background color is #C5E4CD.


Border color

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

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

This div border color is #C5E4CD.


Opacity

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

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

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

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

This text has shadow with #C5E4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E4CD on black background.


Color preview on white background

This text has color #C5E4CD on white background.



Black color preview on #C5E4CD background

This text has black color on #C5E4CD background.


White color preview on #C5E4CD background

This text has white color on #C5E4CD background.