COLOR #CCF0CC

HEX: #CCF0CC
RGB: (204,240,204)

Renk bilgisi

#CCF0CC contains red, green and blue colors in about the same proportion. #CCF0CC ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#CCF0CC color RGB value is (204,240,204).

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

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 240 of 255 = 94%
B 204 of 255 = 80%

204
240
204

R + G + B ~ 85%. #CCF0CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 240 + 204 = 648 (100%)
R 204 of 648 ~ 31.48%
G 240 of 648 ~ 37.04%
B 204 of 648 ~ 31.48%

%31.48
%37.04
%31.48

CMYK RENK MODELİ

#CCF0CC rengi CMYK tonu (15,0,15,6).

  • camgöbeği tonu 15.00%
  • eflatun tonu 0.00%
  • sarı tonu 15.00%
  • ana renk tonu 5.88%
CMYK:
(15,0,15,6)
C15M0Y15K6 
(15%,0%,15%,6%)
(0.15/0.00/0.15/0.06)	

CMYK yüzdeleri

%15
%0
%15
%5.88

Codes

Color #CCF0CC in popluar color models

CCF0CC
RGB204240204
HSL120°54.55%87.06%
HSB/HSV120°15.00%94.12%
CMYK15.00%0.00%15.00%
5.88%

Color #CCF0CC in popluar number systems.

HEXCCF0CC
Decimal204240204
Binary110011001111000011001100
Octal314360314

Shades and tints

Shades of #CCF0CC

#CCF0CC
(204,240,204)
#BADBBA
(186,219,186)
#A8C6A8
(168,198,168)
#96B196
(150,177,150)
#849C84
(132,156,132)
#728772
(114,135,114)
#607260
(96,114,96)
#4E5D4E
(78,93,78)
#3C483C
(60,72,60)
#2A332A
(42,51,42)
#181E18
(24,30,24)
#000000
(0,0,0)

Tints of #CCF0CC

#CCF0CC
(204,240,204)
#D0F1D0
(208,241,208)
#D4F2D4
(212,242,212)
#D8F3D8
(216,243,216)
#DCF4DC
(220,244,220)
#E0F5E0
(224,245,224)
#E4F6E4
(228,246,228)
#E8F7E8
(232,247,232)
#ECF8EC
(236,248,236)
#F0F9F0
(240,249,240)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF0CC; }

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

This text font color is #CCF0CC.


Background Color

.myBgColor { background-color: #CCF0CC; }

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

This div background color is #CCF0CC.


Border color

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

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

This div border color is #CCF0CC.


Opacity

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

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

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

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

This text has shadow with #CCF0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF0CC on black background.


Color preview on white background

This text has color #CCF0CC on white background.



Black color preview on #CCF0CC background

This text has black color on #CCF0CC background.


White color preview on #CCF0CC background

This text has white color on #CCF0CC background.