COLOR #CCE5AD

HEX: #CCE5AD
RGB: (204,229,173)

Renk bilgisi

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

RGB renk modeli

#CCE5AD color RGB value is (204,229,173).

  • kırmız ton 204;
  • yeşil ton 229;
  • mavi ton 173.
RGB:
(204,229,173)
(80%,90%,68%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 229 of 255 = 90%
B 173 of 255 = 68%

204
229
173

R + G + B ~ 79%. #CCE5AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 229 + 173 = 606 (100%)
R 204 of 606 ~ 33.66%
G 229 of 606 ~ 37.79%
B 173 of 606 ~ 28.55%

%33.66
%37.79
%28.55

CMYK RENK MODELİ

#CCE5AD rengi CMYK tonu (11,0,24,10).

  • camgöbeği tonu 10.92%
  • eflatun tonu 0.00%
  • sarı tonu 24.45%
  • ana renk tonu 10.20%
CMYK:
(11,0,24,10)
C11M0Y24K10 
(11%,0%,24%,10%)
(0.11/0.00/0.24/0.10)	

CMYK yüzdeleri

%10.92
%0
%24.45
%10.2

Codes

Color #CCE5AD in popluar color models

CCE5AD
RGB204229173
HSL87°51.85%78.82%
HSB/HSV87°24.45%89.80%
CMYK10.92%0.00%24.45%
10.20%

Color #CCE5AD in popluar number systems.

HEXCCE5AD
Decimal204229173
Binary110011001110010110101101
Octal314345255

Shades and tints

Shades of #CCE5AD

#CCE5AD
(204,229,173)
#BAD19E
(186,209,158)
#A8BD8F
(168,189,143)
#96A980
(150,169,128)
#849571
(132,149,113)
#728162
(114,129,98)
#606D53
(96,109,83)
#4E5944
(78,89,68)
#3C4535
(60,69,53)
#2A3126
(42,49,38)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #CCE5AD

#CCE5AD
(204,229,173)
#D0E7B4
(208,231,180)
#D4E9BB
(212,233,187)
#D8EBC2
(216,235,194)
#DCEDC9
(220,237,201)
#E0EFD0
(224,239,208)
#E4F1D7
(228,241,215)
#E8F3DE
(232,243,222)
#ECF5E5
(236,245,229)
#F0F7EC
(240,247,236)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE5AD color. Also use rgb(204,229,173) instead hex code.

Text Font Color

.myTextColor { color: #CCE5AD; }

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

This text font color is #CCE5AD.


Background Color

.myBgColor { background-color: #CCE5AD; }

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

This div background color is #CCE5AD.


Border color

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

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

This div border color is #CCE5AD.


Opacity

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

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

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

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

This text has shadow with #CCE5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE5AD on black background.


Color preview on white background

This text has color #CCE5AD on white background.



Black color preview on #CCE5AD background

This text has black color on #CCE5AD background.


White color preview on #CCE5AD background

This text has white color on #CCE5AD background.