COLOR #CCE699

HEX: #CCE699 RGB: (204,230,153)

Renk bilgisi

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

RGB renk modeli

#CCE699 color RGB value is (204,230,153).

RGB: (204,230,153) (80%, 90%, 60%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 230 of 255 = 90%
B 153 of 255 = 60%

204
230
153

R + G + B ~ 77%. #CCE699 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 230 + 153 = 587 (100%)
R 204 of 587 ~ 34.75%
G 230 of 587 ~ 39.18%
B 153 of 587 ~ 26.06'%

%34.75
%39.18
%26.06

CMYK RENK MODELİ

#CCE699 rengi CMYK tonu (11,0,33,10).

  • camgöbeği tonu 11.30%
  • eflatun tonu 0.00%
  • sarı tonu 33.48%
  • ana renk tonu 9.80%

CMYK: (11,0,33,10)
C11M0Y33K10 (11%, 0%, 33%, 10%)
(0.11 / 0.00 / 0.33 / 0.10)

CMYK yüzdeleri

%11.3
%0
%33.48
%9.8

Codes

Color #CCE699 in popluar color models

CC E6 99
RGB 204 230 153
HSL 80° 60.63% 75.10%
HSB/HSV 80° 33.48% 90.20%
CMYK 11.30% 0.00% 33.48%
9.80%

Color #CCE699 in popluar number systems.

HEX CC E6 99
Decimal 204 230 153
Binary 11001100 11100110 10011001
Octal 314 346 231

Shades and tints

Shades of #CCE699

#CCE699
(204,230,153)
#BAD28C
(186,210,140)
#A8BE7F
(168,190,127)
#96AA72
(150,170,114)
#849665
(132,150,101)
#728258
(114,130,88)
#606E4B
(96,110,75)
#4E5A3E
(78,90,62)
#3C4631
(60,70,49)
#2A3224
(42,50,36)
#181E17
(24,30,23)
#000000
(0,0,0)

Tints of #CCE699

#CCE699
(204,230,153)
#D0E8A2
(208,232,162)
#D4EAAB
(212,234,171)
#D8ECB4
(216,236,180)
#DCEEBD
(220,238,189)
#E0F0C6
(224,240,198)
#E4F2CF
(228,242,207)
#E8F4D8
(232,244,216)
#ECF6E1
(236,246,225)
#F0F8EA
(240,248,234)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE699 color. Also use rgb(204,230,153) instead hex code.

Text Font Color

.myTextColor { color: #CCE699; }

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

This text font color is #CCE699.

Background Color

.myBgColor { background-color: #CCE699; }

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

This div background color is #CCE699.

Border color

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

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

This div border color is #CCE699.

Opacity

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

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

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

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

This text has shadow with #CCE699 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE699.

Preview

Color preview on black background

This text has color #CCE699 on black background.


Color preview on white background

This text has color #CCE699 on white background.


Black color preview on #CCE699 background

This text has black color on #CCE699 background.


White color preview on #CCE699 background

This text has white color on #CCE699 background.


Related colors

Complementary color

Complementary color for #hex is #331966.


I love getcolorcode.com

Triadic colors

1 #99CCE6 and #E699CC with #CCE699 are triadic colors.

2 #99E6CC and #E6CC99 with #CCE699 are triadic colors.