COLOR #CCE290

HEX: #CCE290
RGB: (204,226,144)

Renk bilgisi

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

RGB renk modeli

#CCE290 color RGB value is (204,226,144).

  • kırmız ton 204;
  • yeşil ton 226;
  • mavi ton 144.
RGB:
(204,226,144)
(80%,89%,56%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 226 of 255 = 89%
B 144 of 255 = 56%

204
226
144

R + G + B ~ 75%. #CCE290 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 226 + 144 = 574 (100%)
R 204 of 574 ~ 35.54%
G 226 of 574 ~ 39.37%
B 144 of 574 ~ 25.09%

%35.54
%39.37
%25.09

CMYK RENK MODELİ

#CCE290 rengi CMYK tonu (10,0,36,11).

  • camgöbeği tonu 9.73%
  • eflatun tonu 0.00%
  • sarı tonu 36.28%
  • ana renk tonu 11.37%
CMYK:
(10,0,36,11)
C10M0Y36K11 
(10%,0%,36%,11%)
(0.10/0.00/0.36/0.11)	

CMYK yüzdeleri

%9.73
%0
%36.28
%11.37

Codes

Color #CCE290 in popluar color models

CCE290
RGB204226144
HSL76°58.57%72.55%
HSB/HSV76°36.28%88.63%
CMYK9.73%0.00%36.28%
11.37%

Color #CCE290 in popluar number systems.

HEXCCE290
Decimal204226144
Binary110011001110001010010000
Octal314342220

Shades and tints

Shades of #CCE290

#CCE290
(204,226,144)
#BACE83
(186,206,131)
#A8BA76
(168,186,118)
#96A669
(150,166,105)
#84925C
(132,146,92)
#727E4F
(114,126,79)
#606A42
(96,106,66)
#4E5635
(78,86,53)
#3C4228
(60,66,40)
#2A2E1B
(42,46,27)
#181A0E
(24,26,14)
#000000
(0,0,0)

Tints of #CCE290

#CCE290
(204,226,144)
#D0E49A
(208,228,154)
#D4E6A4
(212,230,164)
#D8E8AE
(216,232,174)
#DCEAB8
(220,234,184)
#E0ECC2
(224,236,194)
#E4EECC
(228,238,204)
#E8F0D6
(232,240,214)
#ECF2E0
(236,242,224)
#F0F4EA
(240,244,234)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE290 color. Also use rgb(204,226,144) instead hex code.

Text Font Color

.myTextColor { color: #CCE290; }

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

This text font color is #CCE290.


Background Color

.myBgColor { background-color: #CCE290; }

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

This div background color is #CCE290.


Border color

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

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

This div border color is #CCE290.


Opacity

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

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

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

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

This text has shadow with #CCE290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE290 on black background.


Color preview on white background

This text has color #CCE290 on white background.



Black color preview on #CCE290 background

This text has black color on #CCE290 background.


White color preview on #CCE290 background

This text has white color on #CCE290 background.