COLOR #CCF080

HEX: #CCF080 RGB: (204,240,128)

Renk bilgisi

#CCF080 contains mainly red and green colors. #CCF080 ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#CCF080 color RGB value is (204,240,128).

RGB: (204,240,128) (80%, 94%, 50%)

RGB bağlantıları ve doygunluk

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

204
240
128

R + G + B ~ 75%. #CCF080 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 240 + 128 = 572 (100%)
R 204 of 572 ~ 35.66%
G 240 of 572 ~ 41.96%
B 128 of 572 ~ 22.38'%

%35.66
%41.96
%22.38

CMYK RENK MODELİ

#CCF080 rengi CMYK tonu (15,0,47,6).

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

CMYK: (15,0,47,6)
C15M0Y47K6 (15%, 0%, 47%, 6%)
(0.15 / 0.00 / 0.47 / 0.06)

CMYK yüzdeleri

%15
%0
%46.67
%5.88

Codes

Color #CCF080 in popluar color models

CC F0 80
RGB 204 240 128
HSL 79° 78.87% 72.16%
HSB/HSV 79° 46.67% 94.12%
CMYK 15.00% 0.00% 46.67%
5.88%

Color #CCF080 in popluar number systems.

HEX CC F0 80
Decimal 204 240 128
Binary 11001100 11110000 10000000
Octal 314 360 200

Shades and tints

Shades of #CCF080

#CCF080
(204,240,128)
#BADB75
(186,219,117)
#A8C66A
(168,198,106)
#96B15F
(150,177,95)
#849C54
(132,156,84)
#728749
(114,135,73)
#60723E
(96,114,62)
#4E5D33
(78,93,51)
#3C4828
(60,72,40)
#2A331D
(42,51,29)
#181E12
(24,30,18)
#000000
(0,0,0)

Tints of #CCF080

#CCF080
(204,240,128)
#D0F18B
(208,241,139)
#D4F296
(212,242,150)
#D8F3A1
(216,243,161)
#DCF4AC
(220,244,172)
#E0F5B7
(224,245,183)
#E4F6C2
(228,246,194)
#E8F7CD
(232,247,205)
#ECF8D8
(236,248,216)
#F0F9E3
(240,249,227)
#F4FAEE
(244,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF080; }

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

This text font color is #CCF080.

Background Color

.myBgColor { background-color: #CCF080; }

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

This div background color is #CCF080.

Border color

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

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

This div border color is #CCF080.

Opacity

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

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

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

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

This text has shadow with #CCF080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF080.

Preview

Color preview on black background

This text has color #CCF080 on black background.


Color preview on white background

This text has color #CCF080 on white background.


Black color preview on #CCF080 background

This text has black color on #CCF080 background.


White color preview on #CCF080 background

This text has white color on #CCF080 background.


Related colors

Complementary color

Complementary color for #hex is #330F7F.


I love getcolorcode.com

Triadic colors

1 #80CCF0 and #F080CC with #CCF080 are triadic colors.

2 #80F0CC and #F0CC80 with #CCF080 are triadic colors.