COLOR #CCE197

HEX: #CCE197
RGB: (204,225,151)

Renk bilgisi

#CCE197 contains mainly red and green colors. #CCE197 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#CCE197 color RGB value is (204,225,151).

  • kırmız ton 204;
  • yeşil ton 225;
  • mavi ton 151.
RGB:
(204,225,151)
(80%,88%,59%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 225 of 255 = 88%
B 151 of 255 = 59%

204
225
151

R + G + B ~ 76%. #CCE197 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 225 + 151 = 580 (100%)
R 204 of 580 ~ 35.17%
G 225 of 580 ~ 38.79%
B 151 of 580 ~ 26.03%

%35.17
%38.79
%26.03

CMYK RENK MODELİ

#CCE197 rengi CMYK tonu (9,0,33,12).

  • camgöbeği tonu 9.33%
  • eflatun tonu 0.00%
  • sarı tonu 32.89%
  • ana renk tonu 11.76%
CMYK:
(9,0,33,12)
C9M0Y33K12 
(9%,0%,33%,12%)
(0.09/0.00/0.33/0.12)	

CMYK yüzdeleri

%9.33
%0
%32.89
%11.76

Codes

Color #CCE197 in popluar color models

CCE197
RGB204225151
HSL77°55.22%73.73%
HSB/HSV77°32.89%88.24%
CMYK9.33%0.00%32.89%
11.76%

Color #CCE197 in popluar number systems.

HEXCCE197
Decimal204225151
Binary110011001110000110010111
Octal314341227

Shades and tints

Shades of #CCE197

#CCE197
(204,225,151)
#BACD8A
(186,205,138)
#A8B97D
(168,185,125)
#96A570
(150,165,112)
#849163
(132,145,99)
#727D56
(114,125,86)
#606949
(96,105,73)
#4E553C
(78,85,60)
#3C412F
(60,65,47)
#2A2D22
(42,45,34)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #CCE197

#CCE197
(204,225,151)
#D0E3A0
(208,227,160)
#D4E5A9
(212,229,169)
#D8E7B2
(216,231,178)
#DCE9BB
(220,233,187)
#E0EBC4
(224,235,196)
#E4EDCD
(228,237,205)
#E8EFD6
(232,239,214)
#ECF1DF
(236,241,223)
#F0F3E8
(240,243,232)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE197 color. Also use rgb(204,225,151) instead hex code.

Text Font Color

.myTextColor { color: #CCE197; }

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

This text font color is #CCE197.


Background Color

.myBgColor { background-color: #CCE197; }

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

This div background color is #CCE197.


Border color

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

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

This div border color is #CCE197.


Opacity

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

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

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

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

This text has shadow with #CCE197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE197 on black background.


Color preview on white background

This text has color #CCE197 on white background.



Black color preview on #CCE197 background

This text has black color on #CCE197 background.


White color preview on #CCE197 background

This text has white color on #CCE197 background.