COLOR #CCFFCC

HEX: #CCFFCC
RGB: (204,255,204)

Renk bilgisi

#CCFFCC contains red, green and blue colors in about the same proportion. #CCFFCC color is web safe color. It maybe written shortly as #CFC.

RGB renk modeli

#CCFFCC color RGB value is (204,255,204).

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

RGB bağlantıları ve doygunluk

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

204
255
204

R + G + B ~ 87%. #CCFFCC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 255 + 204 = 663 (100%)
R 204 of 663 ~ 30.77%
G 255 of 663 ~ 38.46%
B 204 of 663 ~ 30.77%

%30.77
%38.46
%30.77

CMYK RENK MODELİ

#CCFFCC rengi CMYK tonu (20,0,20,0).

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

CMYK yüzdeleri

%20
%0
%20
%0

Codes

Color #CCFFCC in popluar color models

CCFFCC
RGB204255204
HSL120°100.00%90.00%
HSB/HSV120°20.00%100.00%
CMYK20.00%0.00%20.00%
0.00%

Color #CCFFCC in popluar number systems.

HEXCCFFCC
Decimal204255204
Binary110011001111111111001100
Octal314377314

Shades and tints

Shades of #CCFFCC

#CCFFCC
(204,255,204)
#BAE8BA
(186,232,186)
#A8D1A8
(168,209,168)
#96BA96
(150,186,150)
#84A384
(132,163,132)
#728C72
(114,140,114)
#607560
(96,117,96)
#4E5E4E
(78,94,78)
#3C473C
(60,71,60)
#2A302A
(42,48,42)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #CCFFCC

#CCFFCC
(204,255,204)
#D0FFD0
(208,255,208)
#D4FFD4
(212,255,212)
#D8FFD8
(216,255,216)
#DCFFDC
(220,255,220)
#E0FFE0
(224,255,224)
#E4FFE4
(228,255,228)
#E8FFE8
(232,255,232)
#ECFFEC
(236,255,236)
#F0FFF0
(240,255,240)
#F4FFF4
(244,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFFCC; }

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

This text font color is #CCFFCC.


Background Color

.myBgColor { background-color: #CCFFCC; }

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

This div background color is #CCFFCC.


Border color

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

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

This div border color is #CCFFCC.


Opacity

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

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

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

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

This text has shadow with #CCFFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFFCC on black background.


Color preview on white background

This text has color #CCFFCC on white background.



Black color preview on #CCFFCC background

This text has black color on #CCFFCC background.


White color preview on #CCFFCC background

This text has white color on #CCFFCC background.