COLOR #CCFF99

HEX: #CCFF99
RGB: (204,255,153)

Renk bilgisi

#CCFF99 contains mainly red and green colors. #CCFF99 color is web safe color. It maybe written shortly as #CF9.

RGB renk modeli

#CCFF99 color RGB value is (204,255,153).

  • kırmız ton 204;
  • yeşil ton 255;
  • mavi ton 153.
RGB:
(204,255,153)
(80%,100%,60%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 255 of 255 = 100%
B 153 of 255 = 60%

204
255
153

R + G + B ~ 80%. #CCFF99 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 255 + 153 = 612 (100%)
R 204 of 612 ~ 33.33%
G 255 of 612 ~ 41.67%
B 153 of 612 ~ 25%

%33.33
%41.67
%25

CMYK RENK MODELİ

#CCFF99 rengi CMYK tonu (20,0,40,0).

  • camgöbeği tonu 20.00%
  • eflatun tonu 0.00%
  • sarı tonu 40.00%
  • ana renk tonu 0.00%
CMYK:
(20,0,40,0)
C20M0Y40K0 
(20%,0%,40%,0%)
(0.20/0.00/0.40/0.00)	

CMYK yüzdeleri

%20
%0
%40
%0

Codes

Color #CCFF99 in popluar color models

CCFF99
RGB204255153
HSL90°100.00%80.00%
HSB/HSV90°40.00%100.00%
CMYK20.00%0.00%40.00%
0.00%

Color #CCFF99 in popluar number systems.

HEXCCFF99
Decimal204255153
Binary110011001111111110011001
Octal314377231

Shades and tints

Shades of #CCFF99

#CCFF99
(204,255,153)
#BAE88C
(186,232,140)
#A8D17F
(168,209,127)
#96BA72
(150,186,114)
#84A365
(132,163,101)
#728C58
(114,140,88)
#60754B
(96,117,75)
#4E5E3E
(78,94,62)
#3C4731
(60,71,49)
#2A3024
(42,48,36)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #CCFF99

#CCFF99
(204,255,153)
#D0FFA2
(208,255,162)
#D4FFAB
(212,255,171)
#D8FFB4
(216,255,180)
#DCFFBD
(220,255,189)
#E0FFC6
(224,255,198)
#E4FFCF
(228,255,207)
#E8FFD8
(232,255,216)
#ECFFE1
(236,255,225)
#F0FFEA
(240,255,234)
#F4FFF3
(244,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFF99; }

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

This text font color is #CCFF99.


Background Color

.myBgColor { background-color: #CCFF99; }

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

This div background color is #CCFF99.


Border color

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

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

This div border color is #CCFF99.


Opacity

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

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

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

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

This text has shadow with #CCFF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFF99 on black background.


Color preview on white background

This text has color #CCFF99 on white background.



Black color preview on #CCFF99 background

This text has black color on #CCFF99 background.


White color preview on #CCFF99 background

This text has white color on #CCFF99 background.