COLOR #CCF096

HEX: #CCF096 RGB: (204,240,150)

Renk bilgisi

#CCF096 contains mainly red and green colors. #CCF096 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#CCF096 color RGB value is (204,240,150).

RGB: (204,240,150) (80%, 94%, 59%)

RGB bağlantıları ve doygunluk

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

204
240
150

R + G + B ~ 78%. #CCF096 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 240 + 150 = 594 (100%)
R 204 of 594 ~ 34.34%
G 240 of 594 ~ 40.4%
B 150 of 594 ~ 25.25'%

%34.34
%40.4
%25.25

CMYK RENK MODELİ

#CCF096 rengi CMYK tonu (15,0,38,6).

  • camgöbeği tonu 15.00%
  • eflatun tonu 0.00%
  • sarı tonu 37.50%
  • ana renk tonu 5.88%

CMYK: (15,0,38,6)
C15M0Y38K6 (15%, 0%, 38%, 6%)
(0.15 / 0.00 / 0.38 / 0.06)

CMYK yüzdeleri

%15
%0
%37.5
%5.88

Codes

Color #CCF096 in popluar color models

CC F0 96
RGB 204 240 150
HSL 84° 75.00% 76.47%
HSB/HSV 84° 37.50% 94.12%
CMYK 15.00% 0.00% 37.50%
5.88%

Color #CCF096 in popluar number systems.

HEX CC F0 96
Decimal 204 240 150
Binary 11001100 11110000 10010110
Octal 314 360 226

Shades and tints

Shades of #CCF096

#CCF096
(204,240,150)
#BADB89
(186,219,137)
#A8C67C
(168,198,124)
#96B16F
(150,177,111)
#849C62
(132,156,98)
#728755
(114,135,85)
#607248
(96,114,72)
#4E5D3B
(78,93,59)
#3C482E
(60,72,46)
#2A3321
(42,51,33)
#181E14
(24,30,20)
#000000
(0,0,0)

Tints of #CCF096

#CCF096
(204,240,150)
#D0F19F
(208,241,159)
#D4F2A8
(212,242,168)
#D8F3B1
(216,243,177)
#DCF4BA
(220,244,186)
#E0F5C3
(224,245,195)
#E4F6CC
(228,246,204)
#E8F7D5
(232,247,213)
#ECF8DE
(236,248,222)
#F0F9E7
(240,249,231)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF096; }

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

This text font color is #CCF096.

Background Color

.myBgColor { background-color: #CCF096; }

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

This div background color is #CCF096.

Border color

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

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

This div border color is #CCF096.

Opacity

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

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

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

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

This text has shadow with #CCF096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF096.

Preview

Color preview on black background

This text has color #CCF096 on black background.


Color preview on white background

This text has color #CCF096 on white background.


Black color preview on #CCF096 background

This text has black color on #CCF096 background.


White color preview on #CCF096 background

This text has white color on #CCF096 background.


Related colors

Complementary color

Complementary color for #hex is #330F69.


I love getcolorcode.com

Triadic colors

1 #96CCF0 and #F096CC with #CCF096 are triadic colors.

2 #96F0CC and #F0CC96 with #CCF096 are triadic colors.