COLOR #C5EACD

HEX: #C5EACD
RGB: (197,234,205)

Renk bilgisi

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

RGB renk modeli

#C5EACD color RGB value is (197,234,205).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 234 of 255 = 92%
B 205 of 255 = 80%

197
234
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 234 + 205 = 636 (100%)
R 197 of 636 ~ 30.97%
G 234 of 636 ~ 36.79%
B 205 of 636 ~ 32.23%

%30.97
%36.79
%32.23

CMYK RENK MODELİ

#C5EACD rengi CMYK tonu (16,0,12,8).

  • camgöbeği tonu 15.81%
  • eflatun tonu 0.00%
  • sarı tonu 12.39%
  • ana renk tonu 8.24%
CMYK:
(16,0,12,8)
C16M0Y12K8 
(16%,0%,12%,8%)
(0.16/0.00/0.12/0.08)	

CMYK yüzdeleri

%15.81
%0
%12.39
%8.24

Codes

Color #C5EACD in popluar color models

C5EACD
RGB197234205
HSL133°46.84%84.51%
HSB/HSV133°15.81%91.76%
CMYK15.81%0.00%12.39%
8.24%

Color #C5EACD in popluar number systems.

HEXC5EACD
Decimal197234205
Binary110001011110101011001101
Octal305352315

Shades and tints

Shades of #C5EACD

#C5EACD
(197,234,205)
#B4D5BB
(180,213,187)
#A3C0A9
(163,192,169)
#92AB97
(146,171,151)
#819685
(129,150,133)
#708173
(112,129,115)
#5F6C61
(95,108,97)
#4E574F
(78,87,79)
#3D423D
(61,66,61)
#2C2D2B
(44,45,43)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #C5EACD

#C5EACD
(197,234,205)
#CAEBD1
(202,235,209)
#CFECD5
(207,236,213)
#D4EDD9
(212,237,217)
#D9EEDD
(217,238,221)
#DEEFE1
(222,239,225)
#E3F0E5
(227,240,229)
#E8F1E9
(232,241,233)
#EDF2ED
(237,242,237)
#F2F3F1
(242,243,241)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EACD; }

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

This text font color is #C5EACD.


Background Color

.myBgColor { background-color: #C5EACD; }

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

This div background color is #C5EACD.


Border color

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

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

This div border color is #C5EACD.


Opacity

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

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

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

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

This text has shadow with #C5EACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EACD on black background.


Color preview on white background

This text has color #C5EACD on white background.



Black color preview on #C5EACD background

This text has black color on #C5EACD background.


White color preview on #C5EACD background

This text has white color on #C5EACD background.