COLOR #DBE265

HEX: #DBE265
RGB: (219,226,101)

Color info

#DBE265 contains mainly red and green colors. Web safe color of #DBE265 is #CCCC66 (or #CC6).

RGB color model

#DBE265 color RGB value is (219,226,101).

  • red value is 219;
  • green value is 226;
  • blue value is 101.
RGB:
(219,226,101)
(86%,89%,40%)

RGB channels and saturation

R 219 of 255 = 86%
G 226 of 255 = 89%
B 101 of 255 = 40%

219
226
101

R + G + B ~ 72%. #DBE265 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 226 + 101 = 546 (100%)
R 219 of 546 ~ 40.11%
G 226 of 546 ~ 41.39%
B 101 of 546 ~ 18.5%

%40.11
%41.39
%18.5

CMYK color model

#DBE265 color CMYK value is (3,0,55,11).

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 55.31%
  • key color value is 11.37%
CMYK:
(3,0,55,11)
C3M0Y55K11 
(3%,0%,55%,11%)
(0.03/0.00/0.55/0.11)	

CMYK percentages

%3.1
%0
%55.31
%11.37

Codes

Color #DBE265 in popluar color models

DBE265
RGB219226101
HSL63°68.31%64.12%
HSB/HSV63°55.31%88.63%
CMYK3.10%0.00%55.31%
11.37%

Color #DBE265 in popluar number systems.

HEXDBE265
Decimal219226101
Binary11011011111000101100101
Octal333342145

Shades and tints

Shades of #DBE265

#DBE265
(219,226,101)
#C8CE5C
(200,206,92)
#B5BA53
(181,186,83)
#A2A64A
(162,166,74)
#8F9241
(143,146,65)
#7C7E38
(124,126,56)
#696A2F
(105,106,47)
#565626
(86,86,38)
#43421D
(67,66,29)
#302E14
(48,46,20)
#1D1A0B
(29,26,11)
#000000
(0,0,0)

Tints of #DBE265

#DBE265
(219,226,101)
#DEE473
(222,228,115)
#E1E681
(225,230,129)
#E4E88F
(228,232,143)
#E7EA9D
(231,234,157)
#EAECAB
(234,236,171)
#EDEEB9
(237,238,185)
#F0F0C7
(240,240,199)
#F3F2D5
(243,242,213)
#F6F4E3
(246,244,227)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE265 color. Also use rgb(219,226,101) instead hex code.

Text Font Color

.myTextColor { color: #DBE265; }

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

This text font color is #DBE265.


Background Color

.myBgColor { background-color: #DBE265; }

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

This div background color is #DBE265.


Border color

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

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

This div border color is #DBE265.


Opacity

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

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

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

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

This text has shadow with #DBE265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE265 on black background.


Color preview on white background

This text has color #DBE265 on white background.



Black color preview on #DBE265 background

This text has black color on #DBE265 background.


White color preview on #DBE265 background

This text has white color on #DBE265 background.