COLOR #CBE780

HEX: #CBE780
RGB: (203,231,128)

Color info

#CBE780 contains mainly red and green colors. Web safe color of #CBE780 is #CCFF66 (or #CF6).

RGB color model

#CBE780 color RGB value is (203,231,128).

  • red value is 203;
  • green value is 231;
  • blue value is 128.
RGB:
(203,231,128)
(80%,91%,50%)

RGB channels and saturation

R 203 of 255 = 80%
G 231 of 255 = 91%
B 128 of 255 = 50%

203
231
128

R + G + B ~ 74%. #CBE780 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 231 + 128 = 562 (100%)
R 203 of 562 ~ 36.12%
G 231 of 562 ~ 41.1%
B 128 of 562 ~ 22.78%

%36.12
%41.1
%22.78

CMYK color model

#CBE780 color CMYK value is (12,0,45,9).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 44.59%
  • key color value is 9.41%
CMYK:
(12,0,45,9)
C12M0Y45K9 
(12%,0%,45%,9%)
(0.12/0.00/0.45/0.09)	

CMYK percentages

%12.12
%0
%44.59
%9.41

Codes

Color #CBE780 in popluar color models

CBE780
RGB203231128
HSL76°68.21%70.39%
HSB/HSV76°44.59%90.59%
CMYK12.12%0.00%44.59%
9.41%

Color #CBE780 in popluar number systems.

HEXCBE780
Decimal203231128
Binary110010111110011110000000
Octal313347200

Shades and tints

Shades of #CBE780

#CBE780
(203,231,128)
#B9D275
(185,210,117)
#A7BD6A
(167,189,106)
#95A85F
(149,168,95)
#839354
(131,147,84)
#717E49
(113,126,73)
#5F693E
(95,105,62)
#4D5433
(77,84,51)
#3B3F28
(59,63,40)
#292A1D
(41,42,29)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #CBE780

#CBE780
(203,231,128)
#CFE98B
(207,233,139)
#D3EB96
(211,235,150)
#D7EDA1
(215,237,161)
#DBEFAC
(219,239,172)
#DFF1B7
(223,241,183)
#E3F3C2
(227,243,194)
#E7F5CD
(231,245,205)
#EBF7D8
(235,247,216)
#EFF9E3
(239,249,227)
#F3FBEE
(243,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBE780 color. Also use rgb(203,231,128) instead hex code.

Text Font Color

.myTextColor { color: #CBE780; }

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

This text font color is #CBE780.


Background Color

.myBgColor { background-color: #CBE780; }

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

This div background color is #CBE780.


Border color

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

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

This div border color is #CBE780.


Opacity

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

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

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

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

This text has shadow with #CBE780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE780 on black background.


Color preview on white background

This text has color #CBE780 on white background.



Black color preview on #CBE780 background

This text has black color on #CBE780 background.


White color preview on #CBE780 background

This text has white color on #CBE780 background.